Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
natke committed Apr 16, 2024
1 parent cab6d56 commit 8024b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/howto/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ On Mac
```bash
./build.sh --build_shared_lib --skip_tests --parallel --config Release
cp include/onnxruntime/core/session/onnxruntime_c_api.h <ORT_HOME>/include
cp build/Linux/Release/libonnxruntime*.dylib* <ORT_HOME>/lib
cp build/MacOS/Release/libonnxruntime*.dylib* <ORT_HOME>/lib
```


Expand Down

0 comments on commit 8024b7a

Please sign in to comment.