diff options
| author | ruki <[email protected]> | 2024-04-10 22:36:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-10 22:36:41 +0800 |
| commit | 7e7b37e4f776e76d9a88b38f6419ff5c95923ef4 (patch) | |
| tree | 61b1c3342adc6f0a627513f38b6fffd1f517e36c /xmake/modules/package/tools/make.lua | |
| parent | 86075cdc1f9e82e65a94d35dd2725acbf590cd97 (diff) | |
improve nmake
Diffstat (limited to 'xmake/modules/package/tools/make.lua')
| -rw-r--r-- | xmake/modules/package/tools/make.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/package/tools/make.lua b/xmake/modules/package/tools/make.lua index 7b172ed3f..055e40faf 100644 --- a/xmake/modules/package/tools/make.lua +++ b/xmake/modules/package/tools/make.lua @@ -116,8 +116,6 @@ end -- build package function build(package, configs, opt) - - -- init options opt = opt or {} -- pass configurations |
