build_macos.sh 221 B

123456
  1. #!/bin/bash
  2. # Launch the build system with Clone.DsrProj and MacOS selected as the platform.
  3. echo "Running build_macos.sh $@"
  4. chmod +x ../../builder/buildProject.sh;
  5. ../../builder/buildProject.sh Clone.DsrProj MacOS $@;