msix-packaging/makemac

7 строки
79 B
Bash
Executable File

#!/bin/bash
# script to build on mac
mkdir .vs
cd .vs
cmake -DMACOS=on ..
make