mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-19 11:46:22 +03:00
Makefile.in: Drop vkd3d version in files/lib/vkd3d/version.
This commit is contained in:
parent
be2a3f4a8d
commit
e2a5504177
@ -669,6 +669,12 @@ $(eval $(call rules-source,vkd3d,$(SRCDIR)/vkd3d))
|
||||
$(eval $(call rules-autoconf,vkd3d,i386,windows))
|
||||
$(eval $(call rules-autoconf,vkd3d,x86_64,windows))
|
||||
|
||||
$(OBJ)/.vkd3d-post-source:
|
||||
mkdir -p $(DST_LIBDIR)/vkd3d
|
||||
rm -rf $(DST_LIBDIR)/vkd3d/version
|
||||
echo "$(shell git -C $(SRCDIR) submodule status -- vkd3d)" > $(DST_LIBDIR)/vkd3d/version
|
||||
touch $@
|
||||
|
||||
$(OBJ)/.vkd3d-x86_64-post-build: $(OBJ)/.wine-$(HOST_ARCH)-tools
|
||||
mkdir -p $(VKD3D_x86_64_LIBDIR)/vkd3d/x86_64-windows
|
||||
$(call make-builtin,$(VKD3D_x86_64_DST)/bin/libvkd3d-1.dll)
|
||||
|
Loading…
x
Reference in New Issue
Block a user