Fixed the source path in build_osx.sh

This commit is contained in:
Peter Slattery 2020-03-29 16:50:55 -07:00
parent f874ba5289
commit a4a16e494b
1 changed files with 1 additions and 1 deletions

View File

@ -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 \