Skip to content

Commit 3eba9be

Browse files
authored
makefile no boost (#7845)
#changelog #boost
1 parent 3918c0b commit 3eba9be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@ endif
332332
PLATFORM_LIBRARIES += freeimage
333333
ifeq ($(OF_USING_STD_FS),1)
334334
PLATFORM_LIBRARIES += stdc++fs
335-
else
336-
PLATFORM_LIBRARIES += boost_filesystem
337-
PLATFORM_LIBRARIES += boost_system
335+
# else
336+
# PLATFORM_LIBRARIES += boost_filesystem
337+
# PLATFORM_LIBRARIES += boost_system
338338
endif
339339
PLATFORM_LIBRARIES += pugixml
340340
PLATFORM_LIBRARIES += uriparser

0 commit comments

Comments
 (0)