LYN-4128 EditorPythonBindings.Editor in debug does not load (missing python_d.dll)

This commit is contained in:
Esteban Papp
2021-06-01 08:29:35 -07:00
committed by GitHub
parent c03669df72
commit 7d1fedc10c
2 changed files with 9 additions and 19 deletions
@@ -105,7 +105,7 @@ function(ly_get_runtime_dependencies ly_RUNTIME_DEPENDENCIES ly_TARGET)
set(skip_imported TRUE)
endif()
endif()
if(target_type MATCHES "(INTERFACE_LIBRARY|STATIC_LIBRARY)")
if(target_type MATCHES "(STATIC_LIBRARY)")
# No need to copy these dependencies since the outputs are not used at runtime
set(skip_imported TRUE)
endif()