We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f83bc0 commit d3455e8Copy full SHA for d3455e8
libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk
@@ -365,17 +365,14 @@ ifeq "$(shell pkg-config --exists openssl && echo 1)" "1"
365
PLATFORM_PKG_CONFIG_LIBRARIES += openssl
366
endif
367
368
-# ifeq "$(shell pkg-config --exists libssl3 && echo 1)" "1"
369
- PLATFORM_PKG_CONFIG_LIBRARIES += libssl3
370
-# endif
371
372
ifeq "$(shell pkg-config --exists libcurl && echo 1)" "1"
373
PLATFORM_PKG_CONFIG_LIBRARIES += libcurl
374
375
376
-# ifeq "$(shell pkg-config --exists libcurl4 && echo 1)" "1"
+ifeq "$(shell pkg-config --exists libcurl4 && echo 1)" "1"
377
PLATFORM_PKG_CONFIG_LIBRARIES += libcurl4
378
+endif
379
380
381
ifeq ($(CROSS_COMPILING),1)
0 commit comments