We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c33fb4 commit fdde880Copy full SHA for fdde880
1 file changed
build.sh
@@ -7,7 +7,7 @@ export CC=$GCC
7
# build statically linked binary with Rust
8
export CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="${CC}"
9
C_INCLUDE_PATH=$PREFIX/include LIBRARY_PATH=$PREFIX/lib RUST_BACKTRACE=1 cargo build --release --verbose
10
-$GXX -std=c++11 -pthread ../mtsv_prep/taxidtool.cpp -o mtsv-db-build
+g++ -std=c++11 -pthread ../mtsv_prep/taxidtool.cpp -o mtsv-db-build
11
12
binaries="\
13
mtsv-build \
0 commit comments