diff options
| author | ruki <[email protected]> | 2022-09-12 21:40:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-12 21:40:04 +0800 |
| commit | b597e103d3b6474fe7d95569fe29ebbba3151151 (patch) | |
| tree | a6b3fcc0defb964f5059d2b320999aad1f910824 | |
| parent | 79672d4879ba92556894295b6ee17ac41ccde3cf (diff) | |
improve package
| -rw-r--r-- | xmake/plugins/macro/macros/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/macro/macros/package.lua b/xmake/plugins/macro/macros/package.lua index c04443ae2..320fc74c4 100644 --- a/xmake/plugins/macro/macros/package.lua +++ b/xmake/plugins/macro/macros/package.lua @@ -70,7 +70,7 @@ function main(argv) end -- package universal for iphoneos, watchos ... - if plat == "iphoneos" or plat == "watchos" then + if plat == "iphoneos" or plat == "watchos" or plat == "macosx" then -- load configure config.load() |
