Skip to content

Commit d3455e8

Browse files
committed
ssl
1 parent 0f83bc0 commit d3455e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,17 +365,14 @@ ifeq "$(shell pkg-config --exists openssl && echo 1)" "1"
365365
PLATFORM_PKG_CONFIG_LIBRARIES += openssl
366366
endif
367367

368-
# ifeq "$(shell pkg-config --exists libssl3 && echo 1)" "1"
369-
PLATFORM_PKG_CONFIG_LIBRARIES += libssl3
370-
# endif
371368

372369
ifeq "$(shell pkg-config --exists libcurl && echo 1)" "1"
373370
PLATFORM_PKG_CONFIG_LIBRARIES += libcurl
374371
endif
375372

376-
# ifeq "$(shell pkg-config --exists libcurl4 && echo 1)" "1"
373+
ifeq "$(shell pkg-config --exists libcurl4 && echo 1)" "1"
377374
PLATFORM_PKG_CONFIG_LIBRARIES += libcurl4
378-
# endif
375+
endif
379376

380377

381378
ifeq ($(CROSS_COMPILING),1)

0 commit comments

Comments
 (0)