mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-15 21:19:47 +00:00
First intent to fix msvc and macos
This commit is contained in:
Vendored
+8
-2
@@ -92,10 +92,16 @@ AddDependentPackages(vulkan-headers vulkan-utility-libraries)
|
||||
# frozen
|
||||
AddJsonPackage(frozen)
|
||||
|
||||
# DXVK's DXBC compiler, used to translate the frame generation shaders
|
||||
# out of a user-supplied Lossless.dll into SPIR-V
|
||||
# DXVK's DXBC compiler
|
||||
AddJsonPackage(dxbc)
|
||||
|
||||
if (TARGET dxbc)
|
||||
target_link_libraries(dxbc PUBLIC Vulkan::Headers)
|
||||
if (WIN32 AND NOT MSVC AND (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64))
|
||||
target_compile_options(dxbc PRIVATE -mno-avx)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# DiscordRPC
|
||||
if (USE_DISCORD_PRESENCE)
|
||||
if (ARCHITECTURE_arm64)
|
||||
|
||||
Reference in New Issue
Block a user