build_macos.sh 223 B

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