diff options
Diffstat (limited to 'src/tools/python-3.12.TARGETS')
-rw-r--r-- | src/tools/python-3.12.TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/python-3.12.TARGETS b/src/tools/python-3.12.TARGETS index 625bac4..fb74882 100644 --- a/src/tools/python-3.12.TARGETS +++ b/src/tools/python-3.12.TARGETS @@ -29,7 +29,7 @@ , "find ./bin -type f -name '*-config' -exec sh -c \"sed -i 's|${ACTION_DIR}|/build|g' {}\" \\;" , "find ./lib -type f -name 'Makefile' -exec sh -c \"sed -i 's|${ACTION_DIR}|/build|g' {}\" \\;" , "find ./lib -type f -name '_sysconfigdata_*' -exec sh -c \"sed -i 's|${ACTION_DIR}|/build|g' {}\" \\;" - , "cp -l bin/python3 bin/python" + , "ln -s python3 bin/python" ] , "out_dirs": ["."] } |