Skip to content

Commit

Permalink
Remove gcc compatibility workaround for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Jan 8, 2024
1 parent bf92fe2 commit 2fcac89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions {{ cookiecutter.format }}/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ modules:
- cp -r support/python/include/* /app/include
- mkdir -p /app/lib
- cp -r support/python/lib/* /app/lib
# Remove clang-specific flags from configurations
- sed -i "s/-fdebug-default-version=4//g" /app/bin/python3-config
- sed -i "s/-fdebug-default-version=4//g" /app/bin/python3.{{ cookiecutter.python_version.split('.')[1] }}-config
- find /app/lib/python3.{{ cookiecutter.python_version.split('.')[1] }}/ -maxdepth 1 -name '_sysconfigdata_*.py' -exec sed -i "s/-fdebug-default-version=4//g" {} \;
sources:
- type: dir
path: support/python
Expand Down

0 comments on commit 2fcac89

Please sign in to comment.