diff --git a/libs/openFrameworksCompiled/project/makefileCommon/compile.core.mk b/libs/openFrameworksCompiled/project/makefileCommon/compile.core.mk index 78a80027e60..9897a3999dc 100644 --- a/libs/openFrameworksCompiled/project/makefileCommon/compile.core.mk +++ b/libs/openFrameworksCompiled/project/makefileCommon/compile.core.mk @@ -61,7 +61,7 @@ $(info 💾 CC = $(CC)) ################################################################################ # clean it -ALL_CFLAGS = +ALL_CFLAGS = -fPIC # add the core flags (platform flags are aggregated in here) ALL_CFLAGS += $(OF_CORE_BASE_CFLAGS)