Fix behavior change about endianness check in maxmind/libmaxminddb#123 (#770)

This commit is contained in:
Vincent Herbet
2019-10-20 23:21:57 +02:00
committed by Arkshine
parent dafabc73c0
commit 78ecb35e3c
3 changed files with 11 additions and 3 deletions

View File

@ -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')
]