Skip to content

Commit 3ed7810

Browse files
committed
package managers
1 parent 9305acf commit 3ed7810

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,17 +365,17 @@ 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"
368+
# ifeq "$(shell pkg-config --exists libssl3 && echo 1)" "1"
369369
PLATFORM_PKG_CONFIG_LIBRARIES += libssl3
370-
endif
370+
# endif
371371

372372
ifeq "$(shell pkg-config --exists libcurl && echo 1)" "1"
373373
PLATFORM_PKG_CONFIG_LIBRARIES += libcurl
374374
endif
375375

376-
ifeq "$(shell pkg-config --exists libcurl4 && echo 1)" "1"
376+
# ifeq "$(shell pkg-config --exists libcurl4 && echo 1)" "1"
377377
PLATFORM_PKG_CONFIG_LIBRARIES += libcurl4
378-
endif
378+
# endif
379379

380380

381381
ifeq ($(CROSS_COMPILING),1)

0 commit comments

Comments
 (0)