diff options
| author | ruki <[email protected]> | 2019-08-26 23:25:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-26 14:30:20 +0800 |
| commit | 2cf54c1bdc0c28ce571fcc5fe2dbb9380838dc85 (patch) | |
| tree | b7944b8dda14eb6b340110d5d29d1357a92f0e7e /xmake/actions/config/scangen.lua | |
| parent | 025720a6a4907b25c244c46cf8f55fa1c22b0795 (diff) | |
improve autogen
Diffstat (limited to 'xmake/actions/config/scangen.lua')
| -rw-r--r-- | xmake/actions/config/scangen.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/actions/config/scangen.lua b/xmake/actions/config/scangen.lua index 0eb7adabf..c459491f2 100644 --- a/xmake/actions/config/scangen.lua +++ b/xmake/actions/config/scangen.lua @@ -63,9 +63,6 @@ function main() sourcefiles = table.unique(sourcefiles) sourcefiles_main = table.unique(sourcefiles_main) - -- remove config directory first - os.tryrm(config.directory()) - -- project not found if #sourcefiles == 0 and #sourcefiles_main == 0 then raise("project not found!") |
