ide/sdk: Fixed forcing bit depth option not invoked for static libraries
[sdk] / ear / extract / Makefile
index 7a0100f..1e83e88 100644 (file)
@@ -168,8 +168,10 @@ endif
 
 CECFLAGS += -cpp $(_CPP)
 
+OFLAGS += $(FORCE_32_BIT)
+
 ifndef STATIC_LIBRARY_TARGET
-OFLAGS += $(FORCE_32_BIT) \
+OFLAGS += \
         -L../../ecere/obj/vanilla.$(PLATFORM) \
         -L../../deps/zlib/obj/release.$(PLATFORM)
 endif