We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9305acf commit 3ed7810Copy full SHA for 3ed7810
libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk
@@ -365,17 +365,17 @@ 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"
+# ifeq "$(shell pkg-config --exists libssl3 && echo 1)" "1"
369
PLATFORM_PKG_CONFIG_LIBRARIES += libssl3
370
-endif
+# 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
379
380
381
ifeq ($(CROSS_COMPILING),1)
0 commit comments