build_macos.sh 346 B

12345678
  1. # Hack to use X11 on MacOS
  2. export CPATH=/opt/homebrew/include:$CPATH
  3. export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH
  4. # Launch the build system with Terrain.DsrProj and MacOS selected as the platform.
  5. echo "Running build_linux.sh $@"
  6. chmod +x ../../tools/builder/buildProject.sh;
  7. ../../tools/builder/buildProject.sh Terrain.DsrProj MacOS $@;