mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-13 23:28:16 +03:00
Makefile.in: Enable vkd3d-proton traces for unstripped builds.
This commit is contained in:
parent
a76c324c30
commit
eda653f413
@ -567,6 +567,10 @@ VKD3D_PROTON_MESON_ARGS32 = --bindir=$(VKD3D_PROTON_DST32)/lib/wine/vkd3d-proton
|
||||
VKD3D_PROTON_MESON_ARGS64 = --bindir=$(VKD3D_PROTON_DST64)/lib64/wine/vkd3d-proton
|
||||
VKD3D_PROTON_DEPENDS = glslang
|
||||
|
||||
ifneq ($(UNSTRIPPED_BUILD),)
|
||||
VKD3D_PROTON_MESON_ARGS = -Denable_trace=true
|
||||
endif
|
||||
|
||||
$(eval $(call rules-source,vkd3d-proton,$(SRCDIR)/vkd3d-proton))
|
||||
$(eval $(call rules-meson,vkd3d-proton,32,CROSS))
|
||||
$(eval $(call rules-meson,vkd3d-proton,64,CROSS))
|
||||
|
Loading…
x
Reference in New Issue
Block a user