Skip to content
Snippets Groups Projects
Commit 85613643 authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Add missing quoting

parent c6b58435
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ RUN $vcpkg_dir = 'C:/vcpkg'; \ ...@@ -38,7 +38,7 @@ RUN $vcpkg_dir = 'C:/vcpkg'; \
[Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);
RUN cd $Env:VCPKG_DIR; \ RUN cd $Env:VCPKG_DIR; \
$vcpkg_triplet = x64-windows; \ $vcpkg_triplet = 'x64-windows'; \
./vcpkg install \ ./vcpkg install \
zlib:$vcpkg_triplet \ zlib:$vcpkg_triplet \
libepoxy[egl]:$vcpkg_triplet \ libepoxy[egl]:$vcpkg_triplet \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment