diff --git a/Makefile b/Makefile index bfc8a10..effd676 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,11 @@ else LIBPRI_OPT = -O2 endif +ifeq ($(CPUARCH),i686) +CFLAGS += -m32 +SOFLAGS += -m32 +endif + all: $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY) update: