Skip to content

Commit

Permalink
docs: fix description of proper usage of build script
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Oct 1, 2022
1 parent 6c966fb commit 0db21cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//! As sdk dll is required in runtime you must provide these files somehow in the runtime.
//!
//! You may use build script included in the library itself to copy directory with sdk to the output directory. To do so provide environment variable `MYSTIC_LIGHT_SDK_PATH`
//! with the path to directory with the sdk"s dll relative to the crate root e.g. `MYSTIC_LIGHT_SDK_PATH=sdk` if you have dlls inside `<crate_root>/sdk` directory
//! with **absolute** path to directory with the sdk"s dll e.g. `MYSTIC_LIGHT_SDK_PATH=/workspaces/project/sdk`.
//!
//! # Panics
//!
Expand Down

0 comments on commit 0db21cf

Please sign in to comment.