From 8aea356082597e83447c594bb715d480ca98e2ae Mon Sep 17 00:00:00 2001 From: chaeplin Date: Thu, 2 Oct 2014 06:13:54 +0900 Subject: [PATCH] remove STATIC = 1 --- src/makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.unix b/src/makefile.unix index 8c416e2de9b6e..8efaaecd11dd0 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -23,7 +23,7 @@ ifdef UNIT_TEST DEFS+=-DUNIT_TEST=1 endif -STATIC = 1 + LMODE = dynamic LMODE2 = dynamic ifdef STATIC