summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-03-18 23:31:17 +0100
committerAndy Polyakov <appro@openssl.org>2016-03-21 11:27:57 +0100
commitacf1525966161dc5d0f875d92ae3def5df628245 (patch)
tree2a044aae87eebddd8d226755904b550036fee06e /Configurations/00-base-templates.conf
parentd8292af423bffad00610ebe02d7a8868c7f95dfd (diff)
Windows build system: get uplink right.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index c284af6934..5fe038cc02 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -125,7 +125,7 @@
template => 1,
apps_aux_src => add("../ms/applink.c"),
uplink_aux_src => add("../ms/uplink.c"),
- shared_defines => add("OPENSSL_USE_APPLINK", { separator => undef }),
+ defines => add("OPENSSL_USE_APPLINK"),
},
x86_uplink => {
inherit_from => [ "uplink_common" ],