Set $EXEEXT and $SOEXT
This commit is contained in:
parent
540206bb9c
commit
f50fc4701c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user