mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[libpq] Fix build failure when vcpkg path contains spaces (#10274)
Add quotes to paths in command flags
This commit is contained in:
parent
59b09ec644
commit
4772dc2c40
@ -1,5 +1,5 @@
|
||||
Source: libpq
|
||||
Version: 12.0
|
||||
Version: 12.0-1
|
||||
Build-Depends: libpq[bonjour] (osx)
|
||||
Supports: !uwp
|
||||
Homepage: https://www.postgresql.org/
|
||||
|
@ -168,7 +168,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
||||
/p:UseIntelMKL=No
|
||||
/p:WindowsTargetPlatformVersion=${VCPKG_TARGET_PLATFORM_VERSION}
|
||||
/m
|
||||
/p:ForceImportBeforeCppTargets=${SCRIPTS}/buildsystems/msbuild/vcpkg.targets
|
||||
/p:ForceImportBeforeCppTargets=\"${SCRIPTS}/buildsystems/msbuild/vcpkg.targets\"
|
||||
/p:VcpkgTriplet=${TARGET_TRIPLET}"
|
||||
)
|
||||
if(HAS_TOOLS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user