From e48d04d1eada8777617ec248fdc0614191ba86a0 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 4 Aug 2024 02:06:47 -0700 Subject: [PATCH] oh, lol --- xcode-main/ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode-main/ci_scripts/ci_post_clone.sh b/xcode-main/ci_scripts/ci_post_clone.sh index d22dc1c..51ba1a6 100755 --- a/xcode-main/ci_scripts/ci_post_clone.sh +++ b/xcode-main/ci_scripts/ci_post_clone.sh @@ -3,4 +3,4 @@ set -e brew install cmake rm -rf xcode-main/ci_scripts -cmake -B .. ../.. +cmake -B .. -G Xcode ../..