build_macos.sh 231 B

12345
  1. # Launch the build system with GuiExample.DsrProj and MacOS selected as the platform.
  2. echo "Running build_macos.sh $@"
  3. chmod +x ../../tools/builder/buildProject.sh;
  4. ../../tools/builder/buildProject.sh GuiExample.DsrProj MacOS $@;