Skip to content

Commit

Permalink
try cflags/ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 17, 2024
1 parent 64ca4ed commit 9cf3dcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build pyinstaller
brew install gtk+3 pango cairo harfbuzz ffmpeg flac opusfile libogg libvorbis
brew install gtk+3 pango cairo harfbuzz ffmpeg
- name: Build the project using python-build
run: |
python -m build
# env:
# CFLAGS: "-I/usr/local/include"
# LDFLAGS: "-L/usr/local/lib"
env:
CFLAGS: "-I/usr/local/include"
LDFLAGS: "-L/usr/local/lib"

- name: Build macOS app with PyInstaller
run: |
Expand Down

0 comments on commit 9cf3dcb

Please sign in to comment.