more msdos cross-compile fixes

undefined reference to g.variables if certain parts of
drawing.c are included in host-side utilities, so
surround the offending code in
->  #if !defined(CROSSCOMPILE) || defined(CROSSCOMPILE_TARGET)
This commit is contained in:
nhmall
2019-11-26 00:02:38 -05:00
parent 7fcccdf5c6
commit 36983e6889
3 changed files with 35 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ DJGPP_URL="$DJGPP_URL$DJGPP_FILE"
# export
if [ ! -d lib]; then
if [ ! -d lib ]; then
mkdir -p lib
fi