Skip to content

Commit

Permalink
fix: refine codes
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Dec 9, 2024
1 parent c0bb366 commit 2a48b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/ten_runtime/output_libs.gni
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (is_linux) {
} else if (is_mac) {
ten_runtime_go_output_libs = [ "${root_out_dir}/libten_runtime_go.dylib" ]
ten_runtime_python_output_libs =
[ "${root_out_dir}/libten_runtime_python.dylib" ]
[ "${root_out_dir}/libten_runtime_python.so" ]
ten_runtime_nodejs_output_libs =
[ "${root_out_dir}/libten_runtime_nodejs.dylib" ]
} else if (is_win) {
Expand Down

0 comments on commit 2a48b64

Please sign in to comment.