Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Oct 8, 2023
1 parent 4b9b70e commit 7c55717
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion swig/config/android-arm-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using clang-linux : arm : $(ANDROID_TOOLCHAIN)/bin/armv7a-linux-androideabi24-cl
<cxxflags>-fvisibility=hidden
<cxxflags>-D_FORTIFY_SOURCE=2
<cxxflags>-fstack-protector-strong
<cxxflags>-Wno-unused-but-set-variable
<cflags>-Wno-unused-but-set-variable
<linkflags>-static-libstdc++
<linkflags>-fuse-ld=lld
<linkflags>-Wl,--build-id=sha1
Expand Down
2 changes: 1 addition & 1 deletion swig/config/android-arm64-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using clang : arm64 : $(ANDROID_TOOLCHAIN)/bin/aarch64-linux-android24-clang++ :
<cxxflags>-fvisibility=hidden
<cxxflags>-D_FORTIFY_SOURCE=2
<cxxflags>-fstack-protector-strong
<cxxflags>-Wno-unused-but-set-variable
<cflags>-Wno-unused-but-set-variable
<linkflags>-static-libstdc++
<linkflags>-fuse-ld=lld
<linkflags>-Wl,--build-id=sha1
Expand Down
2 changes: 1 addition & 1 deletion swig/config/android-x86-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using clang : x86 : $(ANDROID_TOOLCHAIN)/bin/i686-linux-android24-clang++ :
<cxxflags>-fvisibility=hidden
<cxxflags>-D_FORTIFY_SOURCE=2
<cxxflags>-fstack-protector-strong
<cxxflags>-Wno-unused-but-set-variable
<cflags>-Wno-unused-but-set-variable
<linkflags>-static-libstdc++
<linkflags>-fuse-ld=lld
<linkflags>-Wl,--build-id=sha1
Expand Down
2 changes: 1 addition & 1 deletion swig/config/android-x86_64-config.jam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using clang : x86_64 : $(ANDROID_TOOLCHAIN)/bin/x86_64-linux-android24-clang++ :
<cxxflags>-fvisibility=hidden
<cxxflags>-D_FORTIFY_SOURCE=2
<cxxflags>-fstack-protector-strong
<cxxflags>-Wno-unused-but-set-variable
<cflags>-Wno-unused-but-set-variable
<linkflags>-static-libstdc++
<linkflags>-fuse-ld=lld
<linkflags>-Wl,--build-id=sha1
Expand Down

0 comments on commit 7c55717

Please sign in to comment.