mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#! /bin/bash
|
|
set -ex
|
|
|
|
mkdir -p build-macos
|
|
cd build-macos
|
|
cmake -G Xcode ../src
|