Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored May 17, 2024
1 parent 8e5036b commit e10367f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ jobs:
CIBW_ENVIRONMENT: CFLAGS='-fPIC -fvisibility=hidden' CXXFLAGS='-fPIC -fvisibility=hidden'
# Set flags on linux
# CIBW_ENVIRONMENT_LINUX:
# CIBW_ENVIRONMENT_WINDOWS:
# CIBW_ENVIRONMENT_WINDOWS:

# Only on Linux, we must forward environment variables explitly.
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS CXXFLAGS

with:
package-dir: .
output-dir: wheelhouse
Expand Down

0 comments on commit e10367f

Please sign in to comment.