fix non-resizable hashtable

This commit is contained in:
Meredith L. Patterson 2014-04-20 21:00:50 +02:00
parent eb04842d85
commit bab376cab7
2 changed files with 46 additions and 11 deletions

View file

@ -39,8 +39,6 @@ if 'DESTDIR' in env:
env['libpath'] = calcInstallPath("$prefix", "lib")
if env['PLATFORM'] != 'darwin' and platform.machine()[-2:] == '64':
env['libpath'] += '64'
env['incpath'] = calcInstallPath("$prefix", "include", "hammer")
env['parsersincpath'] = calcInstallPath("$prefix", "include", "hammer", "parsers")
env['backendsincpath'] = calcInstallPath("$prefix", "include", "hammer", "backends")