From a4a16e494b9926ed19a7ed5034b3f603f220efd9 Mon Sep 17 00:00:00 2001 From: Peter Slattery Date: Sun, 29 Mar 2020 16:50:55 -0700 Subject: [PATCH] Fixed the source path in build_osx.sh --- build_osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \