diff options
| author | pravic <[email protected]> | 2016-04-16 00:47:32 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-16 00:49:33 +0300 |
| commit | 4c6449004a65d1f068bfdad1ccbe80046ddf11c9 (patch) | |
| tree | db8daac2d0d25d0e1fc554d806f6656a04ea2a12 | |
| parent | remove forgotten hardcoded path to wdk: it configured via rustc-link-search i... (diff) | |
| download | kmd-env-rs-4c6449004a65d1f068bfdad1ccbe80046ddf11c9.tar.xz kmd-env-rs-4c6449004a65d1f068bfdad1ccbe80046ddf11c9.zip | |
use km/examples/build.rs to specify lib paths
| -rw-r--r-- | .cargo/config | 10 | ||||
| m--------- | km | 0 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.cargo/config b/.cargo/config index cf94baf..ea0e5b8 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,13 +1,3 @@ [build] target = "i686-sys-windows-msvc" rustflags = ["--cfg", "disable_float", "-C", "soft-float"] - -[target.i686-sys-windows-msvc.ntoskrnl] -rustc-link-search = [ "../../../native/win7/i386" ] -rustc-link-lib = [ "ntoskrnl", "hal" ] -root = "ntoskrnl" - -[target.x86_64-sys-windows-msvc.ntoskrnl] -rustc-link-search = [ "../../../native/win7/amd64" ] -rustc-link-lib = [ "ntoskrnl", "hal" ] -root = "ntoskrnl" diff --git a/km b/km -Subproject e65e59eef1922997c894983310407056d07a392 +Subproject 8512c30508c8bcd17b7667020c6716faae5cfcc |