diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ else endif ifeq ($(strip $(DOPIC)),true) CFLAGS += -fPIC + TARGET_CFLAGS += -fPIC endif ifeq ($(strip $(HAVE_SHARED)),true) |