Skip to content

Commit 10c3948

Browse files
committed
Add missing compile define
1 parent 7cfcbfc commit 10c3948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/AMBuilder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for sdk_target in MMS.sdk_targets:
99
binary = MMS.HL2Library(builder, cxx, name, sdk)
1010
binary.compiler.cxxincludes += [os.path.join(builder.sourcePath, 'third_party', 'khook', 'include')]
1111

12-
binary.compiler.defines += ['KHOOK_STANDALONE']
12+
binary.compiler.defines += ['KHOOK_STANDALONE', 'KHOOK_EXPORT']
1313
for task in MMS.libkhook:
1414
if task.target.arch == binary.compiler.target.arch:
1515
binary.compiler.linkflags += [task.binary]

0 commit comments

Comments
 (0)