Fixed the source path in build_osx.sh
This commit is contained in:
parent
f874ba5289
commit
a4a16e494b
|
@ -1,5 +1,5 @@
|
||||||
pushd build
|
pushd build
|
||||||
clang++ ../osx/gs_osx.mm \
|
clang++ ../src/gs_osx.mm \
|
||||||
-g \
|
-g \
|
||||||
-Wno-c11-extensions -Wno-unused-variable -Wno-unused-function \
|
-Wno-c11-extensions -Wno-unused-variable -Wno-unused-function \
|
||||||
-framework Cocoa -framework OpenGL \
|
-framework Cocoa -framework OpenGL \
|
||||||
|
|
Loading…
Reference in New Issue