We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a58465 commit 3b1b08fCopy full SHA for 3b1b08f
wscript
@@ -596,7 +596,7 @@ def build(bld):
596
if bld.env.DEST_OS in ['win32', 'android']:
597
sdl_name = 'SDL2.dll' if bld.env.DEST_OS == 'win32' else 'libSDL2.so'
598
sdl_path = os.path.join('lib', bld.env.DEST_OS, bld.env.DEST_CPU, sdl_name)
599
- bld.install_files('${PREFIX}/', [sdl_path])
+ bld.install_files(bld.env.LIBDIR, [sdl_path])
600
601
if bld.env.DEST_OS == 'win32':
602
projects['game'] += ['utils/bzip2']
0 commit comments