diff --git a/build_osx.sh b/build_osx.sh index bc804d7..c777b7d 100755 --- a/build_osx.sh +++ b/build_osx.sh @@ -1,5 +1,5 @@ pushd build -clang++ ../osx/gs_osx.mm \ +clang++ ../src/gs_osx.mm \ -g \ -Wno-c11-extensions -Wno-unused-variable -Wno-unused-function \ -framework Cocoa -framework OpenGL \