Skip to content

Commit

Permalink
Update protobuf include path for Dota build.
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Jan 21, 2015
1 parent d1af9b5 commit 18b54b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/AMBuilder
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for sdk_name in SM.sdks:
]
elif sdk.name == 'dota':
compiler.cxxincludes += [
os.path.join(sdk.path, 'common', 'protobuf-2.5.0', 'src'),
os.path.join(sdk.path, 'common', 'protobuf-2.6.1', 'src'),
os.path.join(sdk.path, 'public', 'engine', 'protobuf'),
os.path.join(sdk.path, 'public', 'game', 'shared', 'protobuf'),
os.path.join(sdk.path, 'public', 'game', 'shared', 'dota', 'protobuf')
Expand Down

0 comments on commit 18b54b9

Please sign in to comment.