aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-16 00:49:18 +0300
committerpravic <[email protected]>2016-04-16 00:49:18 +0300
commit8512c30508c8bcd17b7667020c6716faae5cfccf (patch)
treea0aa9733f407fffcd8525a3a60c7ebccc0abe85d
parentsimplify build: remove links from toml and provide path to the libs via singl... (diff)
downloadwinapi-kmd-rs-8512c30508c8bcd17b7667020c6716faae5cfccf.tar.xz
winapi-kmd-rs-8512c30508c8bcd17b7667020c6716faae5cfccf.zip
update README
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5c44e5d..75b35cd 100644
--- a/README.md
+++ b/README.md
@@ -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