mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
3d2b540173
* Enable Windows ARM32 build of OpenSSL * [openssl-windows] Bump control version * [vtk] Fix hardcoded install paths * [osgearth] Backport VS2017u8 fix
22 lines
585 B
Diff
22 lines
585 B
Diff
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
|
|
index dba96cba5e..7fd99959f1 100644
|
|
--- a/util/pl/VC-32.pl
|
|
+++ b/util/pl/VC-32.pl
|
|
@@ -261,6 +261,8 @@ if ($shlib && $FLAVOR !~ /CE/)
|
|
{
|
|
$mlflags.=" $lflags /dll";
|
|
$lib_cflag.=" -D_WINDLL";
|
|
+ if ($base_cflags !~ /-D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE/)
|
|
+ {
|
|
#
|
|
# Engage Applink...
|
|
#
|
|
@@ -286,6 +288,7 @@ ___
|
|
CRYPTOOBJ=ms\uptable.obj $(CRYPTOOBJ)
|
|
___
|
|
}
|
|
+ }
|
|
elsif ($shlib && $FLAVOR =~ /CE/)
|
|
{
|
|
$mlflags.=" $lflags /dll";
|