mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Merged PR 6091402: Fix inbox ORT debug info
Fix inbox ORT debug info Related work items: #26519199
This commit is contained in:
parent
c0a8905b90
commit
a85a9ddaf5
1 changed files with 2 additions and 0 deletions
|
|
@ -178,6 +178,8 @@ if (WINDOWS_STORE)
|
|||
endif()
|
||||
|
||||
if (winml_is_inbox)
|
||||
# Apply linking flags required by inbox static analysis tools
|
||||
target_link_options(onnxruntime PRIVATE ${os_component_link_flags_list})
|
||||
# Link *_x64/*_arm64 DLLs for the ARM64X forwarder
|
||||
function(duplicate_shared_library target new_target)
|
||||
get_target_property(sources ${target} SOURCES)
|
||||
|
|
|
|||
Loading…
Reference in a new issue