Revert "First intent to fix msvc and macos"

This commit is contained in:
CamilleLaVey
2026-08-15 00:56:16 -04:00
parent 96fe8e0382
commit aae469118e
+2 -8
View File
@@ -92,16 +92,10 @@ AddDependentPackages(vulkan-headers vulkan-utility-libraries)
# frozen
AddJsonPackage(frozen)
# DXVK's DXBC compiler
# DXVK's DXBC compiler, used to translate the frame generation shaders
# out of a user-supplied Lossless.dll into SPIR-V
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)