summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-20 23:14:50 +0800
committerruki <[email protected]>2021-12-20 23:14:50 +0800
commit39349f1a4fbf510d434c01952fe1f8f7e7505259 (patch)
treeac95cc64139f6018b9edbb171b9c07204ee50602 /tests/projects
parentc36a12cccb8639154ac3caf6441a764f6c32a5db (diff)
add triplet to vcpkg manifest
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/package/vcpkg_manifest/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/vcpkg_manifest/xmake.lua b/tests/projects/package/vcpkg_manifest/xmake.lua
index d7150718c..fd8a23e79 100644
--- a/tests/projects/package/vcpkg_manifest/xmake.lua
+++ b/tests/projects/package/vcpkg_manifest/xmake.lua
@@ -1,4 +1,4 @@
---add_requires("vcpkg::zlib 1.2.11", "vcpkg::fmt >=8.0.1")
+add_requires("vcpkg::zlib 1.2.11", "vcpkg::fmt >=8.0.1")
add_requires("vcpkg::arrow", {configs = {features = {"json"}}})
target("test")