diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-15 15:03:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-15 15:03:42 +0200 |
commit | 815ca7c68d9780d0629af31226c942058128dcef (patch) | |
tree | 0e185e35447e6b8cab3f93b66806e330d665ad68 /stage | |
parent | dd2666c0493fc1b4f3ddf024c0c699e70995b607 (diff) |
Add vcpkg to stage script
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -219,6 +219,8 @@ fi # These are just for testing (though libodb-mysql needs libmysqlclient). # +etc/stage-pkg -c $mode -d vcpkg packaging/vcpkg/vcpkg + etc/stage-pkg -c $mode -d mariadb packaging/mariadb/libmariadb etc/stage-pkg -c $mode -d mysql packaging/mysql/libmysqlclient |