build_macos.sh 221 B

12345
  1. # Launch the build system with Music.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 Music.DsrProj MacOS $@;