1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

Fixed build with MinGW when invoked with the build_mingw_ether.bat file.

This commit is contained in:
Mark Pizzolato 2012-12-20 13:46:03 -08:00
parent eb7e3b8159
commit b9ebd93bbd

View File

@ -336,7 +336,7 @@ else
MKDIRBIN = if not exist BIN mkdir BIN
endif
ifneq ($(USE_NETWORK),)
NETWORK_OPT = -DUSE_SHARED
NETWORK_OPT += -DUSE_SHARED
endif
endif
ifneq ($(DEBUG),)