Skip to content

Commit

Permalink
Fix linker issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvander committed Oct 12, 2023
1 parent ef16c78 commit 133f510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AMBuildScript
Expand Up @@ -338,6 +338,9 @@ class MMSConfig(object):

def HL2Library(self, context, compiler, name, sdk):
binary = self.Library(compiler, name)
binary.sources += [
os.path.join(context.sourcePath, 'third_party', 'amtl', 'compat', 'stdcxx.cpp'),
]
cxx = binary.compiler

cxx.cxxincludes += [
Expand Down
2 changes: 1 addition & 1 deletion third_party/amtl

0 comments on commit 133f510

Please sign in to comment.