Add prebuiled libcurl 7.69.1-1 :C

This commit is contained in:
rock88 2021-02-06 17:32:31 +03:00
parent 5000d74d0a
commit 34a0ef8332
3 changed files with 42 additions and 1 deletions

View file

@ -199,7 +199,7 @@ NANOGUI_CXX_SOURCES = \
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS := $(PORTLIBS) $(LIBNX)
LIBDIRS := $(TOPDIR)/curl $(PORTLIBS) $(LIBNX)
#---------------------------------------------------------------------------------

BIN
curl/lib/libcurl.a Normal file

Binary file not shown.

41
curl/lib/libcurl.la Executable file
View file

@ -0,0 +1,41 @@
# libcurl.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-13
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname=''
# Names of this library.
library_names=''
# The name of the static archive.
old_library='libcurl.a'
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -L/opt/devkitpro/portlibs/switch/lib -L/opt/devkitpro/libnx/lib -lmbedtls -lmbedx509 -lmbedcrypto -lz -lnx'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libcurl.
current=0
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/opt/devkitpro/portlibs/switch/lib'