mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +00:00
aedi: set explicit sysconfdir for vulkan-loader
this removes temporary build directory from search paths
This commit is contained in:
parent
39dc52f022
commit
116e54a322
1 changed files with 4 additions and 1 deletions
|
@ -387,7 +387,10 @@ class VulkanLoaderTarget(CMakeStaticDependencyTarget):
|
|||
'006de2ee5bad4ef797ce4c25df166e09f2e5dd136e99cb507da313aa86770c00')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
state.options['BUILD_STATIC_LOADER'] = 'YES'
|
||||
opts = state.options
|
||||
opts['BUILD_STATIC_LOADER'] = 'YES'
|
||||
opts['CMAKE_INSTALL_SYSCONFDIR'] = '/usr/local/etc'
|
||||
|
||||
super().configure(state)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue