SSLStream (WIP)
This commit is contained in:
8
SModule
8
SModule
@@ -27,6 +27,14 @@ if env['BUILD_TYPE'] == 'debug':
|
||||
cppdefines += ['MIJIN_DEBUG=1', 'MIJIN_CHECKED_ITERATORS=1']
|
||||
|
||||
|
||||
# SSL libs
|
||||
if env.get('MIJIN_ENABLE_OPENSSL'):
|
||||
cppdefines.append('MIJIN_ENABLE_OPENSSL=1')
|
||||
mijin_sources.extend(Split("""
|
||||
source/mijin/net/ssl.cpp
|
||||
"""))
|
||||
|
||||
|
||||
lib_mijin = env.UnityStaticLibrary(
|
||||
target = env['LIB_DIR'] + '/mijin',
|
||||
source = mijin_sources,
|
||||
|
||||
Reference in New Issue
Block a user