mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:29:00 +08:00
Fix small logic error
This commit is contained in:
parent
cfa70c4f67
commit
76e1ee2cfc
@ -1,4 +1,4 @@
|
||||
if (NOT TARGET_TRIPLET STREQUAL "x86-windows" OR NOT TARGET_TRIPLET STREQUAL "x64-windows")
|
||||
if (NOT TARGET_TRIPLET STREQUAL "x86-windows" AND NOT TARGET_TRIPLET STREQUAL "x64-windows")
|
||||
message(FATAL_ERROR "Error: Only x64 and x86 desktop builds are supported now.")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user