aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/win32/msys_tools/vc/emu_cc.sh
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2015-10-27 09:57:43 +0100
committerDan Gudmundsson <[email protected]>2015-10-27 09:57:43 +0100
commit47996010a0413f984c8312bb525d96ada3c91cf7 (patch)
tree8784de6528cd2709f60e90b063684fe1be671997 /erts/etc/win32/msys_tools/vc/emu_cc.sh
parent7908256c72e4a110154c2db61220973fff511614 (diff)
parent4a9f688b804688ff95e256d3412ca932b9972d8a (diff)
downloadotp-47996010a0413f984c8312bb525d96ada3c91cf7.tar.gz
otp-47996010a0413f984c8312bb525d96ada3c91cf7.tar.bz2
otp-47996010a0413f984c8312bb525d96ada3c91cf7.zip
Merge branch 'dgud/msys2-fixes' into maint
* dgud/msys2-fixes: erts: Detect and build on MSYS2 for windows
Diffstat (limited to 'erts/etc/win32/msys_tools/vc/emu_cc.sh')
-rw-r--r--erts/etc/win32/msys_tools/vc/emu_cc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/win32/msys_tools/vc/emu_cc.sh b/erts/etc/win32/msys_tools/vc/emu_cc.sh
index 01f75b2468..10d59214ea 100644
--- a/erts/etc/win32/msys_tools/vc/emu_cc.sh
+++ b/erts/etc/win32/msys_tools/vc/emu_cc.sh
@@ -29,6 +29,7 @@ WTOOLDIR0=`win2msys_path.sh "$TOOLDIR"`
WTOOLDIR=`cmd //C echo $WTOOLDIR0`
# Do primitive 'make'
newer_exe=`find $TOOLDIR -newer $COFFIX.c -name coffix.exe -print`
+export MSYS2_ARG_CONV_EXCL="-FeC"
if [ -z $newer_exe ]; then
echo recompiling $COFFIX.exe
cl.exe -Fe${WTOOLDIR}/coffix.exe ${WTOOLDIR}/coffix.c