Skip to content

Commit 714e7cc

Browse files
authored
Remove boost .a from linker path (#7862)
1 parent d9ae11f commit 714e7cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/openFrameworksCompiled/project/osx/config.osx.default.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openFrameworks/app/ofAppEGLWindow.cp
226226

227227

228228
# third party
229-
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/boost/include/boost/%
229+
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/boost/%
230230

231231

232232
ifeq ($(USE_FMOD),0)

0 commit comments

Comments
 (0)