We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918c0b commit 3eba9beCopy full SHA for 3eba9be
1 file changed
libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk
@@ -332,9 +332,9 @@ endif
332
PLATFORM_LIBRARIES += freeimage
333
ifeq ($(OF_USING_STD_FS),1)
334
PLATFORM_LIBRARIES += stdc++fs
335
-else
336
-PLATFORM_LIBRARIES += boost_filesystem
337
-PLATFORM_LIBRARIES += boost_system
+# else
+# PLATFORM_LIBRARIES += boost_filesystem
+# PLATFORM_LIBRARIES += boost_system
338
endif
339
PLATFORM_LIBRARIES += pugixml
340
PLATFORM_LIBRARIES += uriparser
0 commit comments