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 f48013a commit 86b9088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:


# Environment variables.
CIBW_ENVIRONMENT: CFLAGS='-fPIC -fvisibility=hidden' CXXFLAGS='-fPIC -fvisibility=hidden'
# CIBW_ENVIRONMENT: CFLAGS='-fPIC -fvisibility=hidden' CXXFLAGS='-fPIC -fvisibility=hidden'
# Set flags on linux
# CIBW_ENVIRONMENT_LINUX:
# CIBW_ENVIRONMENT_WINDOWS:

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

with:
package-dir: .
Expand Down

0 comments on commit 86b9088

Please sign in to comment.