Skip to content

Commit

Permalink
Allow EP to be dlopen'ed
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Feb 14, 2022
1 parent 8c3aef5 commit e1db9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O/ONNXRuntime/ONNXRuntimeProvidersCUDA/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ platforms = [

# The products that we will ensure are always built
products = [
LibraryProduct(["libonnxruntime_providers_cuda", "onnxruntime_providers_cuda"], :libonnxruntime_providers_cuda; dont_dlopen = true)
LibraryProduct(["libonnxruntime_providers_cuda", "onnxruntime_providers_cuda"], :libonnxruntime_providers_cuda)
]

# Dependencies that must be installed before this package can be built
Expand Down

0 comments on commit e1db9ad

Please sign in to comment.