mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-13 23:28:16 +03:00
Makefile: fix module target on non-bash shells
This commit is contained in:
parent
7f0b398e16
commit
7cd8d6db5c
3
Makefile
3
Makefile
@ -98,6 +98,7 @@ deploy: configure
|
||||
|
||||
module: configure
|
||||
vagrant ssh -c 'make -C $(BUILD_DIR)/ module=$(module) module'
|
||||
mkdir -p vagrant_share/$(module)/lib{,64}/wine/
|
||||
mkdir -p vagrant_share/$(module)/lib/wine/
|
||||
vagrant ssh -c 'cp $(BUILD_DIR)/obj-wine32/dlls/$(module)/$(module)*.so /vagrant/$(module)/lib/wine/'
|
||||
mkdir -p vagrant_share/$(module)/lib64/wine/
|
||||
vagrant ssh -c 'cp $(BUILD_DIR)/obj-wine64/dlls/$(module)/$(module)*.so /vagrant/$(module)/lib64/wine/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user