Fix CreateInterface missing in loader.

This commit is contained in:
Nicholas Hastings 2017-11-27 19:21:25 -05:00
parent 38ba9b4561
commit d9bf0a816e

View File

@ -13,6 +13,7 @@ binary.compiler.cxxincludes += [
os.path.join(SM.mms_root, 'core'), os.path.join(SM.mms_root, 'core'),
os.path.join(SM.mms_root, 'sourcehook') os.path.join(SM.mms_root, 'sourcehook')
] ]
binary.compiler.defines += ['META_NO_HL2SDK']
if binary.compiler.family == 'gcc' or binary.compiler.family == 'clang': if binary.compiler.family == 'gcc' or binary.compiler.family == 'clang':
binary.compiler.cxxflags += ['-fno-rtti'] binary.compiler.cxxflags += ['-fno-rtti']
elif binary.compiler.family == 'msvc': elif binary.compiler.family == 'msvc':