alaingalvan / CrossWindow

💻📱 A cross platform system abstraction library written in C++ for managing windows and performing OS tasks.
https://alain.xyz/libraries/crosswindow
MIT License
632 stars 50 forks source link

M1 Macs linker command fails #11

Open Jomyy opened 2 years ago

Jomyy commented 2 years ago

Undefined symbols for architecture arm64: "xmain(int, char const)", referenced from: -[XWinApplication run] in CocoaMain.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: ** [CGame.app/Contents/MacOS/CGame] Error 1 make[1]: [CMakeFiles/CGame.dir/all] Error 2 make: *** [all] Error 2