aboutsummaryrefslogtreecommitdiff
path: root/examples/02.unload
diff options
context:
space:
mode:
Diffstat (limited to 'examples/02.unload')
-rw-r--r--examples/02.unload/Cargo.toml3
-rw-r--r--examples/02.unload/build.rs1
2 files changed, 1 insertions, 3 deletions
diff --git a/examples/02.unload/Cargo.toml b/examples/02.unload/Cargo.toml
index e3d298c..9c380d6 100644
--- a/examples/02.unload/Cargo.toml
+++ b/examples/02.unload/Cargo.toml
@@ -5,8 +5,7 @@ version = "0.1.0"
authors = ["pravic <[email protected]>"]
readme = "../README.md"
-build = "build.rs"
-links = "ntoskrnl"
+build = "../build.rs"
[lib]
path = "driver.rs"
diff --git a/examples/02.unload/build.rs b/examples/02.unload/build.rs
deleted file mode 100644
index f328e4d..0000000
--- a/examples/02.unload/build.rs
+++ /dev/null
@@ -1 +0,0 @@
-fn main() {}