fix non-resizable hashtable
This commit is contained in:
parent
eb04842d85
commit
bab376cab7
2 changed files with 46 additions and 11 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue