We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfcbfc commit 10c3948Copy full SHA for 10c3948
core/AMBuilder
@@ -9,7 +9,7 @@ for sdk_target in MMS.sdk_targets:
9
binary = MMS.HL2Library(builder, cxx, name, sdk)
10
binary.compiler.cxxincludes += [os.path.join(builder.sourcePath, 'third_party', 'khook', 'include')]
11
12
- binary.compiler.defines += ['KHOOK_STANDALONE']
+ binary.compiler.defines += ['KHOOK_STANDALONE', 'KHOOK_EXPORT']
13
for task in MMS.libkhook:
14
if task.target.arch == binary.compiler.target.arch:
15
binary.compiler.linkflags += [task.binary]
0 commit comments