mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-08-22 22:25:27 -04:00
Various build fixes. (#302)
* Fix Windows build by adding __PRFCHWINTRIN_H. * Update RecompFrontend for include order fixes. * Move definition to top level.
This commit is contained in:
+4
-1
@@ -43,7 +43,10 @@ endif()
|
||||
|
||||
set(RT64_STATIC TRUE)
|
||||
set(RT64_SDL_WINDOW_VULKAN TRUE)
|
||||
add_compile_definitions(HLSL_CPU)
|
||||
add_compile_definitions(
|
||||
HLSL_CPU
|
||||
__PRFCHWINTRIN_H
|
||||
)
|
||||
|
||||
if (RECOMP_FLATPAK)
|
||||
add_compile_definitions(RECOMP_FLATPAK)
|
||||
|
||||
+1
-1
Submodule lib/RecompFrontend updated: b3b7ebb4ec...d0d90ba49f
Reference in New Issue
Block a user