Added support for completely disabling noexcept using MIJIN_TEST_NO_NOEXCEPT (for testing).
This commit is contained in:
6
SModule
6
SModule
@@ -34,6 +34,12 @@ if env.get('MIJIN_ENABLE_OPENSSL'):
|
||||
source/mijin/net/ssl.cpp
|
||||
"""))
|
||||
|
||||
# CURL libs
|
||||
if env.get('MIJIN_ENABLE_CURL'):
|
||||
cppdefines.append('MIJIN_ENABLE_CURL=1')
|
||||
mijin_sources.extend(Split("""
|
||||
source/mijin/net/request.cpp
|
||||
"""))
|
||||
|
||||
lib_mijin = env.UnityStaticLibrary(
|
||||
target = env['LIB_DIR'] + '/mijin',
|
||||
|
||||
Reference in New Issue
Block a user