Fix behavior change about endianness check in maxmind/libmaxminddb#123 (#770)
This commit is contained in:
@ -3,7 +3,8 @@ import os.path
|
||||
|
||||
binary = AMXX.MetaModule(builder, 'geoip')
|
||||
|
||||
binary.compiler.cxxincludes += [
|
||||
binary.compiler.includes += [
|
||||
os.path.join(builder.currentSourcePath, '..', '..', 'amxmodx'),
|
||||
os.path.join(builder.currentSourcePath, '..', '..', 'third_party', 'libmaxminddb')
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user