diff options
| author | ruki <[email protected]> | 2024-02-07 23:08:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-02-07 23:08:24 +0800 |
| commit | 76558d21fd3277f5f8d7c43c69d0b24f68ca4acd (patch) | |
| tree | 2c533467dec832c9a19a6e544f61a89ff63d401c /xmake/rules/xcode | |
| parent | 2278adbfa6e70cd9247f844e3ca75da35eac8978 (diff) | |
fix to build storeboard
Diffstat (limited to 'xmake/rules/xcode')
| -rw-r--r-- | xmake/rules/xcode/storyboard/xmake.lua | 2 |
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 |
