xmake v2.1.6 released, fix some bugs
原文链接 https://waruqi.github.io/2017/08/16/update-v2.1.6/
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。
This release fixed some bugs and improve some compilation problem.
If you want to known more usage, please see online documents。
Changes
- Improve
add_files
to configure the compile option of the given files - Inherit links and linkdirs from the dependent targets and options
- Improve
target.add_deps
and add inherit config, .e.gadd_deps("test", {inherit = false})
- Remove the binary files of
tbox.pkg
- Use
/Zi
instead of/ZI
for msvc
Bugs fixed
- Fix target deps
- Fix
target:add
andoption:add
bug - Fix compilation and installation bug on archlinux