summaryrefslogtreecommitdiff
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-03 00:17:59 -0500
committermidipix <writeonce@midipix.org>2019-01-03 00:19:24 -0500
commit6173e99261dfad4ef4733c6b615f017d4db61007 (patch)
tree93e8ab1e25ede86967cd1c48d0be55ba8935e733 /sofort/ccenv
parentb39a100be3093899b1febcaee60efce79e503ecb (diff)
downloadsbpython2-6173e99261dfad4ef4733c6b615f017d4db61007.tar.bz2
sbpython2-6173e99261dfad4ef4733c6b615f017d4db61007.tar.xz
build system: ccenv_set_os_pe_switches(): fix typo.
Diffstat (limited to 'sofort/ccenv')
-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'