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 e0feabd commit 8e5036b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ jobs:


# Environment variables.
# https://pip.pypa.io/en/stable/topics/configuration/#environment-variables
# CIBW_ENVIRONMENT: PIP_GLOBAL_OPTION="build_ext -j4"

# Set two flags on linux only
CIBW_ENVIRONMENT_LINUX: 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:
with:
package-dir: .
output-dir: wheelhouse
Expand Down

0 comments on commit 8e5036b

Please sign in to comment.