summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-03 00:17:59 -0500
committermidipix <writeonce@midipix.org>2019-01-03 00:18:59 -0500
commit01c95dffdf406040e66b59819180ad505abe2705 (patch)
treecb69a3a5fe868dbc085b99b112f62c7c9448ff29
parentef82732b0e38b7a7f493339b38de87f9a293fa9c (diff)
downloadmdso-01c95dffdf406040e66b59819180ad505abe2705.tar.bz2
mdso-01c95dffdf406040e66b59819180ad505abe2705.tar.xz
build system: ccenv_set_os_pe_switches(): fix typo.
-rw-r--r--sofort/ccenv/ccenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 83b5daa..a8955fb 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -905,7 +905,7 @@ ccenv_set_os_dso_patterns()
ccenv_set_os_pe_switches()
{
- if [ "$ccenv_os" = 'PE' ] && [ -z "$ccenv_pe_subsystem" ]; then
+ if [ "$ccenv_cc_binfmt" = 'PE' ] && [ -z "$ccenv_pe_subsystem" ]; then
case "$ccenv_os" in
midipix | mingw )
ccenv_pe_subsystem='windows'