Fix CreateInterface missing in loader.
This commit is contained in:
parent
38ba9b4561
commit
d9bf0a816e
@ -13,6 +13,7 @@ binary.compiler.cxxincludes += [
|
||||
os.path.join(SM.mms_root, 'core'),
|
||||
os.path.join(SM.mms_root, 'sourcehook')
|
||||
]
|
||||
binary.compiler.defines += ['META_NO_HL2SDK']
|
||||
if binary.compiler.family == 'gcc' or binary.compiler.family == 'clang':
|
||||
binary.compiler.cxxflags += ['-fno-rtti']
|
||||
elif binary.compiler.family == 'msvc':
|
||||
|
Loading…
Reference in New Issue
Block a user