summarylogtreecommitdiffstats
path: root/vcpkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg.sh')
-rwxr-xr-xvcpkg.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg.sh b/vcpkg.sh
new file mode 100755
index 000000000000..02dfb1d92f27
--- /dev/null
+++ b/vcpkg.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+export VCPKG_ROOT=/usr/share/vcpkg
+export VCPKG_DOWNLOADS=/var/cache/vcpkg
+
+$VCPKG_ROOT/vcpkg "$@"