1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
This commit is contained in:
Tae Won Ha 2020-09-06 14:03:11 +02:00
parent f61ae7e654
commit 3b25fd2aef

View File

@ -15,8 +15,8 @@ main() {
-workspace VimR.xcworkspace \
-derivedDataPath ./build \
-configuration Release \
-scheme VimR -xcconfig \
./VimR/Dev.xcconfig \
-scheme VimR \
-xcconfig ./VimR/Dev.xcconfig \
${cmd}
popd >/dev/null
}