mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-26 23:10:20 +00:00
update dxvk to v2.2 for 1a5afc77b1859e6c7e31b55e11ece899e3b5295a [util] Include cstdint to fix compilation with GCC 13
This commit is contained in:
parent
abc5430e64
commit
159cb869f9
@ -42,7 +42,7 @@ if (NATIVE_BUILD)
|
||||
|
||||
ExternalProject_Add(dxvk-native
|
||||
GIT_REPOSITORY https://github.com/doitsujin/dxvk.git
|
||||
GIT_TAG v2.0
|
||||
GIT_TAG v2.2
|
||||
PATCH_COMMAND patch -f -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/dxvk-meson.patch || true
|
||||
CONFIGURE_COMMAND meson setup <SOURCE_DIR> --cross-file ${CMAKE_CURRENT_SOURCE_DIR}/dxvk-build-linux32.txt -Dcpp_std=c++17
|
||||
BUILD_COMMAND ninja src/d3d9/libdxvk_d3d9.so src/d3d11/libdxvk_d3d11.so
|
||||
|
Loading…
Reference in New Issue
Block a user