Fix Big Sur make package (closes #785 )
This branch aims to finally fix make package on macOS Big Sur and above. Added to CMakeLists is a target that runs the bigsurfix script on mac systems after the kain game has been built. Said script fixes library path issues that break make Package. Fixing #785
Progress:
-
Create script to fix make package automatically. -
Implement script into build process -
Add version check to not run on macOS < 11.0 -
Fix CPack preinstall target hang
Make script target only execute under make package [not possible/cannot figure it out]
Also adds .DS_Store, /build, and /assets/installer to .gitignore for mac systems (so i wouldnt end up comitting the assets and build files along with .DS_Store)
Edited by ashi