Skip to content

Commit

Permalink
Fix clang flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
doumdi authored Dec 22, 2023
1 parent 0737d93 commit b52a97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdParty/webrtc_native/generate_ninja_files.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ case "$architecture" in
arm64|aarch64)
a=arm64
extras=""
extra_flags="use_sysroot=true sysroot=\"$sysroot\" target_os=\"linux\" arm_control_flow_integrity=\"none\""
extra_flags="is_clang=false use_sysroot=true sysroot=\"$sysroot\" target_os=\"linux\" arm_control_flow_integrity=\"none\""
;;
osx64)
a=x64
Expand Down

0 comments on commit b52a97f

Please sign in to comment.