diff options
| author | pravic <[email protected]> | 2016-04-16 00:49:18 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-16 00:49:18 +0300 |
| commit | 8512c30508c8bcd17b7667020c6716faae5cfccf (patch) | |
| tree | a0aa9733f407fffcd8525a3a60c7ebccc0abe85d | |
| parent | simplify build: remove links from toml and provide path to the libs via singl... (diff) | |
| download | winapi-kmd-rs-8512c30508c8bcd17b7667020c6716faae5cfccf.tar.xz winapi-kmd-rs-8512c30508c8bcd17b7667020c6716faae5cfccf.zip | |
update README
| -rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -53,8 +53,6 @@ cargo build --release --target i686-sys-windows-msvc cargo build --release --target x86_64-sys-windows-msvc ``` -If linker fails with error "*cannot open input file 'ntoskrnl.lib'*", -open `kmd-env-rs/.cargo/config` file and replace `../../../` with the full path to the "*kmd-env-rs*" directory. ### Examples |