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),)