pyodide/packages/fpcast-test
Hood Chatham 2f4f258bb5
MAINT Use target sysconfigdata rather than host sysconfigdata when cross compiling (#2516)
sysconfig.py uses the environment variable `_PYTHON_SYSCONFIGDATA_NAME`
to decide where to look for the sysconfig data file with info about the compile target.
We also need to separately insure that our sysconfig data file is on the path. We
don't want the rest of our target stdlib on the path, so I made an extra sysconfigdata
folder, copied the sysconfig data into it, and put it on the path.
2022-05-29 18:59:10 -07:00
..
fpcast-test MAINT Use target sysconfigdata rather than host sysconfigdata when cross compiling (#2516) 2022-05-29 18:59:10 -07:00
meta.yaml
test_fpcast_test.py