mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
update windows lib placement
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user