New features
- Add set_runscript api and support custom action
- Add import api and support import modules in xmake.lua, .e.g os, path, utils ...
- Add new architecture: arm64-v8a for android
Bugs fixed
- Fix api bug for set_installscript
- Fix install bug for windows x86_64
- Fix relative path bug
新特性
- 添加set_runscript接口,支持自定义运行脚本扩展
- 添加import接口,使得在xmake.lua中可以导入一些扩展模块,例如:os,path,utils等等,使得脚本更灵活
- 添加android平台arm64-v8a支持
Bugs修复
- 修复set_installscript接口的一些bug
- 修复在windows x86_64下,安装失败的问题
- 修复相对路径的一些bug