diff options
| author | ruki <[email protected]> | 2017-10-20 22:47:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-10-20 10:44:24 +0800 |
| commit | 365ce94fe03a3d5330bfd3f76b1e703afff73da8 (patch) | |
| tree | 6570299cde02e228f2bd853d10596736e61757a7 /tests | |
| parent | 10bb94a674e52aee141ebec8badca5595bd5c409 (diff) | |
fix current directory when running target
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/requires/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/requires/xmake.lua b/tests/projects/requires/xmake.lua index a5747c1c1..9b2acfc4a 100644 --- a/tests/projects/requires/xmake.lua +++ b/tests/projects/requires/xmake.lua @@ -1,7 +1,7 @@ -- define package package("mbedtls") set_urls("https://github.com/ARMmbed/mbedtls.git") - add_deps("https://github.com/glennrp/libpng.git@libpng >=1.6.28", {optional = true}) + add_deps("https://github.com/glennrp/libpng.git@libpng >=1.6.28") package_end() -- group packages |
