bundle tgui

This commit is contained in:
2024-07-18 12:42:21 -06:00
parent 65ad8bf803
commit 13e10fc2cd

View File

@@ -367,6 +367,7 @@ if not env.GetOption('clean'):
if platform == 'posix':
def check_tgui(conf, second_attempt=False):
if conf.CheckLib('libtgui', language='C++'):
bundled_libs.append('tgui')
return conf
else:
if second_attempt: