diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-24 14:53:43 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-24 17:57:56 +0200 |
commit | 767f4ccff485eb401cf6124400cc6a15c57af5b7 (patch) | |
tree | ce35cddb5f898e4839547cfcfd58d15225ce4fd8 /app/tools/CMakeLists.txt | |
parent | 402472237e8f6100573e9c3d41965a2e17e79578 (diff) |
tools: let wg(8) play with userspace implementation
Diffstat (limited to 'app/tools/CMakeLists.txt')
-rw-r--r-- | app/tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/tools/CMakeLists.txt b/app/tools/CMakeLists.txt index bc6e6745..840e9f59 100644 --- a/app/tools/CMakeLists.txt +++ b/app/tools/CMakeLists.txt @@ -21,6 +21,7 @@ add_custom_target(libwg-go.so WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/lib ANDROID_TOOLCHAIN_ROOT=${ANDROID_TOOLCHAIN_ROOT} ANDROID_LLVM_TRIPLE=${ANDROID_LLVM_TRIPLE} ANDROID_SYSROOT=${ANDROID_SYSROOT} + ANDROID_PACKAGE_NAME=${ANDROID_PACKAGE_NAME} CFLAGS=${CMAKE_C_FLAGS}\ -Wno-unused-command-line-argument LDFLAGS=${CMAKE_SHARED_LINKER_FLAGS}\ -fuse-ld=gold DESTDIR=${CMAKE_LIBRARY_OUTPUT_DIRECTORY} |