From 42d76bb3c765d9ba577ce170d2c70526b9242bd1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 5 Mar 2019 20:01:04 +0300 Subject: Drop usage of def prerequisite-specific include variable in buildfiles --- openssl/openssl/buildfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openssl/openssl') diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile index 10eefb6..4e7776a 100644 --- a/openssl/openssl/buildfile +++ b/openssl/openssl/buildfile @@ -22,6 +22,8 @@ mingw = ($c.target.system == 'mingw32') exe{openssl}: apps/c{win32_init}: include = $windows +# Build options. +# if! $windows { # Note that the upstream package uses -pthread compiler/linker option on @@ -65,7 +67,7 @@ if $msvc # c.coptions += /wd4090 /wd4244 /wd4267 } -else +elif $gcc { # Disable warnings that pop up with -Wall -Wextra. Upstream doesn't seem to # care about these and it is not easy to disable specific warnings in a way -- cgit v1.1