tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.8k stars 318 forks source link

Not working when CMAKE_GENERATOR=Ninja #422

Open mid-kid opened 2 weeks ago

mid-kid commented 2 weeks ago

The build_clang.sh script isn't working when CMAKE_GENERATOR=Ninja is exported in the environment. You need to either use cmake --build <dir> instead of the $MAKE command, or pass the -G'Unix Makefiles' flag to the cmake command.