Closed
Description
Discussed in #1944
Originally posted by IIAwesomeII June 6, 2022
Hello,
I am trying to build for android using this code on windows:
cmake -G "NMake Makefiles"
-DTARGET_ARCH=ANDROID
-DCMAKE_BUILD_TYPE=Release -DBUILD_ONLY="s3"
But, it is giving me this error:
NMake : fatal error U1065: invalid option 'j'
Am i doing something wrong?
I am following the instructions mentioned here on github.