Set $EXEEXT and $SOEXT

This commit is contained in:
Pierre Pronchery 2016-07-27 01:32:45 +02:00
parent 540206bb9c
commit f50fc4701c

View File

@ -5,3 +5,5 @@
#variables #variables
[ -z "$BOOTSTRAP_LDFLAGS"] && BOOTSTRAP_LDFLAGS="-lws2_32" [ -z "$BOOTSTRAP_LDFLAGS"] && BOOTSTRAP_LDFLAGS="-lws2_32"
[ -z "$EXEEXT" ] && EXEEXT=".exe"
[ -z "$SOEXT" ] && SOEXT=".dll"