Fix for libpath bug

develop
RusAnon 2010-05-05 15:34:54 +11:00
parent 3d5121dfc9
commit 1da629fc5c
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ if platform.system() == 'Windows':
break break
else: else:
raise Exception("dfhack.lib is not found") raise Exception("dfhack.lib is not found")
osspec = dict(library_dirs=lib_dirs) osspec = dict(library_dirs=[lib_dirs])
elif platform.system() == 'Linux': elif platform.system() == 'Linux':
osspec = dict(extra_compile_args=["-DLINUX_BUILD", "-w"], osspec = dict(extra_compile_args=["-DLINUX_BUILD", "-w"],