Skip to content

Commit fdde880

Browse files
committed
change to g++
1 parent 3c33fb4 commit fdde880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export CC=$GCC
77
# build statically linked binary with Rust
88
export CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER="${CC}"
99
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
10+
g++ -std=c++11 -pthread ../mtsv_prep/taxidtool.cpp -o mtsv-db-build
1111

1212
binaries="\
1313
mtsv-build \

0 commit comments

Comments
 (0)