Yancheng Zheng
Results
3
issues of
Yancheng Zheng
Hi, I'm trying to cross compile mcl for Android from a Linux x64 machine. Here's the command I run: ```sh cmake -GNinja -DCMAKE_SYSTEM_NAME=Android -DCMAKE_ANDROID_NDK=$ANDROID_NDK_HOME -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DMCL_BUILD_TESTING=OFF -DMCL_TEST_WITH_GMP=OFF .. ninja ```...