Skip to content

Commit

Permalink
chore(just) Use the provided wasmer.h file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 15, 2020
1 parent a0b90be commit b5e7809
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ build-runtime:
rm -f wasmer/${shared_library}
ln -s "../${shared_library_path}" wasmer/${shared_library}

# Link `src/wasmer.h`.
rm -f wasmer/wasmer.h
ln -s \
'../'$( ls -t target/release/build/*/out/wasmer.h | head -n 1 ) \
wasmer/wasmer.h

# Build the `wasmer` library.
build go-build-args='-v':
cd wasmer && go build {{go-build-args}} .
Expand Down

0 comments on commit b5e7809

Please sign in to comment.