update windows lib placement

This commit is contained in:
HappyDOGE
2022-07-28 16:40:36 +03:00
parent 991585bb98
commit 5206f38b9b
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -363,8 +363,7 @@ def configure(conf):
]
linkflags += [
'/LIBPATH:'+os.path.abspath('.')+'/lib/win32/public/'+conf.env.DEST_CPU+'/',
'/LIBPATH:'+os.path.abspath('.')+'/lib/win32/common/'+conf.env.DEST_CPU+'/2015/release',
'/LIBPATH:'+os.path.abspath('.')+'/lib/win32/'+conf.env.DEST_CPU+'/',
'/LIBPATH:'+os.path.abspath('.')+'/dx9sdk/lib/'+conf.env.DEST_CPU+'/'
]