Fixed build with MinGW when invoked with the build_mingw_ether.bat file.
This commit is contained in:
parent
eb7e3b8159
commit
b9ebd93bbd
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -336,7 +336,7 @@ else
|
||||||
MKDIRBIN = if not exist BIN mkdir BIN
|
MKDIRBIN = if not exist BIN mkdir BIN
|
||||||
endif
|
endif
|
||||||
ifneq ($(USE_NETWORK),)
|
ifneq ($(USE_NETWORK),)
|
||||||
NETWORK_OPT = -DUSE_SHARED
|
NETWORK_OPT += -DUSE_SHARED
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifneq ($(DEBUG),)
|
ifneq ($(DEBUG),)
|
||||||
|
|
Loading…
Add table
Reference in a new issue