Skip to content

Commit

Permalink
crossclang: Ignore -Xlinker -no_adhoc_codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Mar 6, 2024
1 parent 94268c0 commit 0cc11fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions junixsocket-native/crossclang/bin/clang
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ while [ $# -gt 0 ]; do
hasExportDynamic=1
elif [[ "$1" == "-reproducible" ]]; then
hasReproducible=1
elif [[ "$1" == "-no_adhoc_codesign" ]]; then
# ignore
skipArg=1
elif [[ -n "$1" ]]; then
clangArgs+=("-Xlinker" "$1")
gccArgs+=("-Xlinker" "$1")
Expand Down

0 comments on commit 0cc11fa

Please sign in to comment.