Commit e11d8ba
committed
Let C compiler also try to find shared lib without *.pyston.so
When Pyston try to build C extension, it will add *.pyston suffix.
Pyston add this by define `"SO": ".pyston.so"` in _sysconfigdata.in. We
need to let Pyston also find shared library without *.pyston.so suffix
when build C extension.1 parent 6ff7395 commit e11d8ba
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
262 | 263 | | |
263 | 264 | | |
264 | 265 | | |
| 266 | + | |
265 | 267 | | |
266 | 268 | | |
267 | 269 | | |
| |||
281 | 283 | | |
282 | 284 | | |
283 | 285 | | |
| 286 | + | |
| 287 | + | |
284 | 288 | | |
285 | 289 | | |
286 | 290 | | |
| |||
0 commit comments