mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Removed the build workaround for LunaSVG as the problem has been fixed upstream
This commit is contained in:
parent
b72a57c855
commit
a2ff4bf0b0
8
external/CMakeLists.txt
vendored
8
external/CMakeLists.txt
vendored
|
@ -42,14 +42,6 @@ endif()
|
||||||
|
|
||||||
add_subdirectory(lunasvg EXCLUDE_FROM_ALL)
|
add_subdirectory(lunasvg EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
# It's quite strange that this is needed but LunaSVG saves these artifacts to separate
|
|
||||||
# subdirectories by default.
|
|
||||||
set_target_properties(lunasvg
|
|
||||||
PROPERTIES
|
|
||||||
ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}
|
|
||||||
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}
|
|
||||||
RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR})
|
|
||||||
|
|
||||||
# Disable threading support for rlottie as this functionality actually leads to far worse
|
# Disable threading support for rlottie as this functionality actually leads to far worse
|
||||||
# performance. As well there is a bug on Windows that makes rlottie hang forever on application
|
# performance. As well there is a bug on Windows that makes rlottie hang forever on application
|
||||||
# shutdown if compiled using MinGW with threading support enabled.
|
# shutdown if compiled using MinGW with threading support enabled.
|
||||||
|
|
Loading…
Reference in a new issue