Skip to content

Commit 900654e

Browse files
committed
tools: use NDK's make binary rather than system's
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent a0cba19 commit 900654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tunnel/tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_executable(libwg.so ${WG_SOURCES})
1515
target_include_directories(libwg.so PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/wireguard-tools/src/uapi/linux/" "${CMAKE_CURRENT_SOURCE_DIR}/wireguard-tools/src/")
1616
target_compile_options(libwg.so PUBLIC -O3 -std=gnu11 -D_GNU_SOURCE -include ${CMAKE_CURRENT_SOURCE_DIR}/ndk-compat/compat.h -DHAVE_VISIBILITY_HIDDEN -DRUNSTATEDIR=\"/data/data/${ANDROID_PACKAGE_NAME}/cache\")
1717

18-
add_custom_target(libwg-go.so WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/libwg-go" COMMENT "Building wireguard-go" VERBATIM COMMAND make
18+
add_custom_target(libwg-go.so WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/libwg-go" COMMENT "Building wireguard-go" VERBATIM COMMAND "${ANDROID_HOST_PREBUILTS}/bin/make"
1919
ANDROID_ARCH_NAME=${ANDROID_ARCH_NAME}
2020
ANDROID_PACKAGE_NAME=${ANDROID_PACKAGE_NAME}
2121
GRADLE_USER_HOME=${GRADLE_USER_HOME}

0 commit comments

Comments
 (0)