Skip to content

Commit

Permalink
Prevent 'in' folder from being created in output directory (#34979)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyosjs authored Apr 16, 2020
1 parent 8f8cfd4 commit a2527e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/native/functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function(install_clr)
if (NOT DEFINED CLR_CROSS_COMPONENTS_LIST OR NOT ${INDEX} EQUAL -1)
strip_symbols(${targetName} symbol_file)

foreach(destination in ${destinations})
foreach(destination ${destinations})
# We don't need to install the export libraries for our DLLs
# since they won't be directly linked against.
install(PROGRAMS $<TARGET_FILE:${targetName}> DESTINATION ${destination})
Expand Down

0 comments on commit a2527e9

Please sign in to comment.