mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 01:36:50 +02:00
add build script for Mac
This commit is contained in:
2
build-macos-cpu_only.sh
Normal file
2
build-macos-cpu_only.sh
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
clang++ src/ebsynth.cpp src/ebsynth_cpu.cpp src/ebsynth_nocuda.cpp -DNDEBUG -O3 -I"include" -std=c++11 -o bin/ebsynth
|
||||||
Reference in New Issue
Block a user