mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
SSL bundle fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13206 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d080339e4
commit
aa6df021f9
2 changed files with 6 additions and 1 deletions
|
@ -50,7 +50,7 @@ SSL_OBJC_FILES = GSUnixSSLHandle.m
|
|||
# The principal class in the bundle
|
||||
SSL_PRINCIPAL_CLASS = GSUnixSSLHandle
|
||||
|
||||
SSL_BUNDLE_LIBS = -lgnustep-base -lobjc $(SSLLIBS)
|
||||
SSL_BUNDLE_LIBS = $(SSLLIBS)
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue