8000 again · cydeep/python-for-android@6df3303 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6df3303

Browse files
author
gabriel pettier
committed
again
1 parent b50f9b1 commit 6df3303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/task/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ function build_task() {
4343
cmake -DCMAKE_TOOLCHAIN_FILE=android-cmake/android.toolchain.cmake \
4444
-DUUID_INCLUDE_DIR=$BUILD_libuuid/build/include \
4545
-DUUID_LIBRARY=$BUILD_libuuid/build/lib/libuuid.a \
46-
-DCMAKE_CXX_FLAGS="-fPIC" \
47-
-DCMAKE_EXE_LINKER_FLAGS="-pie" \
46+
-DCMAKE_CXX_FLAGS=-fPIC \
47+
-DCMAKE_EXE_LINKER_FLAGS=-pie \
4848
-DANDROID_NDK=$ANDROIDNDK \
4949
-DCMAKE_BUILD_TYPE=Release \
5050
-DANDROID_ABI="armeabi-v7a with NEON" \

0 commit comments

Comments
 (0)
0