summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/xcode')
-rw-r--r--xmake/rules/xcode/storyboard/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/xcode/storyboard/xmake.lua b/xmake/rules/xcode/storyboard/xmake.lua
index 129e130c2..f17552ab0 100644
--- a/xmake/rules/xcode/storyboard/xmake.lua
+++ b/xmake/rules/xcode/storyboard/xmake.lua
@@ -18,7 +18,6 @@
-- @file xmake.lua
--
--- define rule
rule("xcode.storyboard")
-- support add_files("*.storyboard")
@@ -56,6 +55,7 @@ rule("xcode.storyboard")
-- clear Base.lproj first
os.tryrm(base_lproj)
+ os.mkdir(base_lproj)
-- do compile
local target_minver = nil