diff options
| author | ruki <[email protected]> | 2018-08-23 22:54:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-08-23 11:25:32 +0800 |
| commit | 97d11317df0066a52ae97d85c056b9ca6771ef2a (patch) | |
| tree | 7bec85a0e95d55a76eec8c811b793ed2e6df14fe /xmake | |
| parent | 791fbecaf73ebf0023b3f958c1527057ba6d5136 (diff) | |
modify changelogs
Diffstat (limited to 'xmake')
| -rw-r--r-- | xmake/actions/build/trybuild.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/build/trybuild.lua b/xmake/actions/build/trybuild.lua index 15fd3e0fa..b53536788 100644 --- a/xmake/actions/build/trybuild.lua +++ b/xmake/actions/build/trybuild.lua @@ -75,7 +75,6 @@ function main(targetname) table.insert(buildscripts, {"configure", _build_for_configure}) table.insert(buildscripts, {"[mM]akefile", _build_for_makefile}) - -- attempt to build it local ok = false for _, buildscript in pairs(buildscripts) do |
