Skip to content

Commit

Permalink
prepend _ to linker arg
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Dec 23, 2024
1 parent fc00346 commit b707c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/onnxruntime_providers_qnn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"LINKER:--version-script=${ONNXRUNTIME_ROOT}/core/providers/qnn/version_script.lds"
"LINKER:--gc-sections"
"LINKER:-rpath=\$ORIGIN"
"LINKER:--undefined=Provider_GetHost"
"LINKER:-u,_Provider_GetHost"
)
else()
target_link_options(onnxruntime_providers_qnn PRIVATE
Expand Down

0 comments on commit b707c46

Please sign in to comment.