From 4df28c028a37a312601f2ac84ad0c1362a4e79cb Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 17 Dec 2018 19:37:45 -0500 Subject: [PATCH] Unscrew that merge, which had left one too many attempts at vst2 in --- build-osx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-osx.sh b/build-osx.sh index 5e9acd5b14e..a7ede821bce 100755 --- a/build-osx.sh +++ b/build-osx.sh @@ -1,6 +1,5 @@ #!/bin/sh premake5 xcode4 -xcodebuild build -configuration Release -project surge-vst2.xcodeproj if [ -n "$VST2SDK_DIR" ]; then xcodebuild clean -project surge-vst2.xcodeproj xcodebuild build -configuration Release -project surge-vst2.xcodeproj