mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-11-14 05:20:10 +00:00
[gha] macos: fix make flags
This commit is contained in:
parent
1b6cfcac73
commit
b1e7a2c575
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: brew list
|
||||
|
||||
- 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
|
||||
run: otool -L i2pd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue