ide/sdk: Fixed forcing bit depth option not invoked for static libraries
[sdk] / epj2make / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index 2f586c1..d117750
@@ -100,8 +100,10 @@ endif
 
 CECFLAGS += -cpp $(_CPP)
 
+OFLAGS += $(FORCE_32_BIT)
+
 ifndef STATIC_LIBRARY_TARGET
-OFLAGS += $(FORCE_32_BIT) \
+OFLAGS += \
         -L../obj/$(PLATFORM)/bin \
         -L../obj/$(PLATFORM)/lib
 endif