summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-02 22:18:23 -0500
committermidipix <writeonce@midipix.org>2019-01-02 22:21:18 -0500
commitb39a100be3093899b1febcaee60efce79e503ecb (patch)
tree170c90428d216f859d15e131219c727604105dc3 /configure
parent0e34683a1eb0d3520742a65908d911119f679f9d (diff)
downloadsbpython2-b39a100be3093899b1febcaee60efce79e503ecb.tar.bz2
sbpython2-b39a100be3093899b1febcaee60efce79e503ecb.tar.xz
build system: moved handling of pe-specific variables to ccenv.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 23820a5..74af5fb 100755
--- a/configure
+++ b/configure
@@ -184,7 +184,6 @@ init_vars()
mb_pe_subsystem=$PE_SUBSYSTEM
mb_pe_image_base=$PE_IMAGE_BASE
- mb_pe_config_defs=$PE_CONFIG_DEFS
# overrides
mb_user_cc=$CC
@@ -199,6 +198,9 @@ init_vars()
mb_native_cfghost=$NATIVE_CFGHOST
mb_native_cflags=$NATIVE_CFLAGS
mb_native_ldflags=$NATIVE_LDFLAGS
+
+ mb_native_pe_subsystem=$NATIVE_PE_SUBSYSTEM
+ mb_native_pe_image_base=$NATIVE_PE_IMAGE_BASE
}