Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 01dd524

Browse files
committed
Make this relocatable
1 parent 706836f commit 01dd524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd hello-world
1515
3. Build the static object with cargo xbuild, pointing it at our custom target
1616

1717
```
18-
RUST_TARGET_PATH=~/linux-kernel-module-rust cargo xbuild --target x86_64-linux-kernel-module
18+
RUST_TARGET_PATH=$(pwd)/.. cargo xbuild --target x86_64-linux-kernel-module
1919
2020
```
2121

0 commit comments

Comments
 (0)