Skip to content

Commit

Permalink
Set GLM_ARCHITECTURE to default for cibuildwheel. (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly authored Jul 1, 2022
1 parent 7970c04 commit e2a6812
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
GLM_ARCHITECTURE: default
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ default_section = 'THIRDPARTY'
[tool.cibuildwheel]
skip = ["pp*", "*-musllinux_*"]
test-requires = ["pytest", "pytest-xdist"]
environment = "GLM_ARCHITECTURE='default'"

[tool.cibuildwheel.macos]
before-all = [
Expand Down

0 comments on commit e2a6812

Please sign in to comment.