build_macos.sh 205 B

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