From b9ebd93bbd516843a1f347fe9a653571411c9855 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 20 Dec 2012 13:46:03 -0800 Subject: [PATCH] Fixed build with MinGW when invoked with the build_mingw_ether.bat file. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3bfcf389..076993b0 100644 --- a/makefile +++ b/makefile @@ -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),)