Skip to content

Commit

Permalink
fix(appveyor): fix x86 build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Insineer committed Sep 11, 2019
1 parent 9de983c commit 77b4f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor/vcpkg-patch/x86-windows-static.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_TARGET_ARCHITECTURE x86)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)

Expand Down

0 comments on commit 77b4f04

Please sign in to comment.