Skip to content

Commit

Permalink
Fix Linker Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 6, 2024
1 parent 2d23936 commit 47e7198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
LIBRARY_PATH: /usr/local/lib
CFLAGS: -O3 -Wno-deprecated-declarations -Wno-incompatible-pointer-types
CROSSCFLAGS: -O3
LDFLAGS: -Wl,-ld_classic,-Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/../../ -Wl,-rpath,/usr/local/lib
LDFLAGS: -Wl,-ld_classic -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/../../ -Wl,-rpath,/usr/local/lib
MACOSX_DEPLOYMENT_TARGET: 10.14
WINE_CONFIGURE: $GITHUB_WORKSPACE/configure
BUILDROOT: $GITHUB_WORKSPACE/build
Expand Down

0 comments on commit 47e7198

Please sign in to comment.