mirror of
https://github.com/darlinghq/darling-python.git
synced 2024-11-26 21:51:04 +00:00
Upload WIP gen_sysconfigdata.sh
This commit is contained in:
parent
eccac7c6cb
commit
1d5d697198
10
darling/script/gen_sysconfigdata.sh
Executable file
10
darling/script/gen_sysconfigdata.sh
Executable file
@ -0,0 +1,10 @@
|
||||
# My understanding is that the _sysconfigdata.py
|
||||
# file is suppose to be generated, but I wasn't
|
||||
# able to figure out how to do that.
|
||||
|
||||
#TODO: Figure out how to programatically convert
|
||||
# the output to the Python friendly Dict.
|
||||
|
||||
pushd "../../2.7/Python-2.7.16"
|
||||
python Lib/sysconfig.py > _sysconfigdata.py
|
||||
popd
|
Loading…
Reference in New Issue
Block a user