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

View File

@@ -50,7 +50,7 @@ def build(bld):
if bld.env.DEST_OS == 'win32':
bld(
rule='cp ${SRC} ${TGT}',
source='../lib/win32/public/'+bld.env.DEST_CPU+'/SDL2.dll',
source='../lib/win32/'+bld.env.DEST_CPU+'/SDL2.dll',
target='SDL2.dll',
install_path=install_path,
)