diff options
| author | ruki <[email protected]> | 2017-09-22 22:41:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-22 10:07:57 +0800 |
| commit | 3dd1a3292939e87e7182d30c5c3c2a7c8ebca276 (patch) | |
| tree | 6760d1a4747a72408a972e31afe9e400d9548582 | |
| parent | 613bf58d8b66c0f8d8b61389241d7cb0849ebcfe (diff) | |
improve to build package for xmake.lua
| -rw-r--r-- | xmake/actions/require/action/build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/action/build.lua b/xmake/actions/require/action/build.lua index 1bb2ed623..3b98ac91e 100644 --- a/xmake/actions/require/action/build.lua +++ b/xmake/actions/require/action/build.lua @@ -34,7 +34,7 @@ function _build_for_xmakefile(package, buildfile) os.vrun("xmake f -p $(plat) -a $(arch) -m $(mode) -c") -- build it - os.vrun("xmake -r") + os.vrun("xmake") end -- build for makefile |
