[gha] macos: fix make flags

This commit is contained in:
R4SAS 2025-11-08 01:33:22 +03:00 committed by GitHub
parent 1b6cfcac73
commit b1e7a2c575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
run: brew list run: brew list
- name: Build application - name: Build application
run: make HOMEBREW=1 USE_UPNP=ON USE_STATIC=ON PREFIX=$GITHUB_WORKSPACE/output -j3 run: make HOMEBREW=1 USE_UPNP=yes USE_STATIC=yes PREFIX=$GITHUB_WORKSPACE/output -j3
- name: Print binary linking - name: Print binary linking
run: otool -L i2pd run: otool -L i2pd