mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 11:00:56 +00:00
aedi: fix copying of moltenvk license file
This commit is contained in:
parent
59b8b2a7e1
commit
b56e042955
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ class MoltenVKTarget(MakeTarget):
|
|||
|
||||
src_path = state.build_path / 'Package/Latest/MoltenVK'
|
||||
shutil.copytree(src_path / 'include', state.install_path / 'include')
|
||||
shutil.copy(state.build_path + 'LICENSE', state.install_path / 'apache2.txt')
|
||||
shutil.copy(state.build_path / 'LICENSE', state.install_path / 'apache2.txt')
|
||||
shutil.copy(src_path / 'dylib/macOS/libMoltenVK.dylib', lib_path)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue