Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-08-02 23:30:59 -04:00
parent 778a023a24
commit d2d2cb4d03
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
2 changed files with 28 additions and 29 deletions

View file

@ -7,10 +7,11 @@
# prefix_var: name of a variable which will be set with the path to the extracted contents
set(CURRENT_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR})
function(download_bundled_external remote_path lib_name prefix_var)
set(package_base_url "https://github.com/eden-emulator/")
set(package_repo "no_platform")
set(package_extension "no_platform")
# TODO(crueter): Windows should store ffmpeg 7z within cpm source cache
if (WIN32)
set(package_repo "ext-windows-bin/raw/master/")
set(package_extension ".7z")

View file

@ -401,8 +401,6 @@ set_target_properties(dynarmic PROPERTIES
)
if (TARGET unordered_dense::unordered_dense)
message(STATUS "Found system unordered_dense kjbgjdskfsdfb")
# weird quirk of system installs
target_link_libraries(dynarmic
PRIVATE