Skip to content

Commit

Permalink
shut
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 7, 2023
1 parent 963e112 commit 84cdc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ else
LDFLAGS="$LDFLAGS -Wl,-rpath,@loader_path/../lib";
export DYLD_LIBRARY_PATH="@loader_path/../lib"
fi
CFLAGS="$CFLAGS -Qunused-arguments -Wno-error=unused-command-line-argument-hard-error-in-future"
CFLAGS="$CFLAGS -Qunused-arguments"
GMP_ABI="64"
OPENSSL_TARGET="darwin64-x86_64-cc"
CMAKE_GLOBAL_EXTRA_FLAGS="-DCMAKE_OSX_ARCHITECTURES=x86_64"
Expand Down

0 comments on commit 84cdc73

Please sign in to comment.