Merge pull request #1144 from Hywan/fix-runtime-c-api-build

fix(runtime-c-api) Remove duplicated line
This commit is contained in:
Syrus Akbary 2020-01-13 18:01:56 +01:00 committed by GitHub
commit 88d0dc5626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,6 @@ fn main() {
// Copy the generated C++ bindings from `OUT_DIR` to
// `CARGO_MANIFEST_DIR`.
crate_wasmer_header_file.set_extension("h");
crate_wasmer_header_file.set_extension("hh");
out_wasmer_header_file.set_extension("hh");
fs::copy(out_wasmer_header_file, crate_wasmer_header_file)