Fix build on OS X
This commit is contained in:
parent
85f8500cea
commit
8bbfb8bf2a
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -441,7 +441,7 @@ $(BUILD)/filesystem.bin: \
|
|||
filesystem/bin/smith \
|
||||
filesystem/bin/tar
|
||||
rm -rf $@ $(BUILD)/filesystem/
|
||||
echo exit | cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-utility $@ 128
|
||||
echo exit | cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-utility $@ 256
|
||||
mkdir -p $(BUILD)/filesystem/
|
||||
cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-fuse $@ $(BUILD)/filesystem/ &
|
||||
sleep 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue