Skip to content

Commit

Permalink
fix dll path
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Nov 15, 2023
1 parent 2814393 commit c38451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/shared_lib/test_inference.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ TEST(CApiTest, test_custom_op_local_function) {

const ORTCHAR_T* lib_name;
#if defined(_WIN32)
lib_name = ORT_TSTR("libcustom_op_local_function.dll");
lib_name = ORT_TSTR("custom_op_local_function.dll");
#elif defined(__APPLE__)
lib_name = ORT_TSTR("libcustom_op_local_function.dylib");
#else
Expand Down

0 comments on commit c38451b

Please sign in to comment.