yquake2 / 3zb2

3rd Zigock Bot II for Yamagi Quake II
Other
17 stars 6 forks source link

-arch i386 should be removed for Darwin #16

Open krasylnikov opened 1 year ago

krasylnikov commented 1 year ago

Looks like we need to remove support for i386 architecture for newer OSX versions (ifeq ($(YQ2_OSTYPE), Darwin) case). There should be no "-arch i386" or "make" will fail with:

ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: [release/game.dylib] Error 1 make: [3zb2] Error 2