From ea8868ad92779dade14883b9bf7e1409b9f40bbf Mon Sep 17 00:00:00 2001 From: ixgbe00 Date: Sun, 13 Oct 2024 21:01:55 +0800 Subject: [PATCH] fix the compiler name for riscv64 --- .../org/bytedeco/javacpp/properties/linux-riscv64.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/bytedeco/javacpp/properties/linux-riscv64.properties b/src/main/resources/org/bytedeco/javacpp/properties/linux-riscv64.properties index 37ed9621..6e909610 100644 --- a/src/main/resources/org/bytedeco/javacpp/properties/linux-riscv64.properties +++ b/src/main/resources/org/bytedeco/javacpp/properties/linux-riscv64.properties @@ -3,7 +3,7 @@ platform.path.separator=: platform.source.suffix=.cpp platform.includepath.prefix=-I platform.includepath= -platform.compiler=g++ +platform.compiler=riscv64-linux-gnu-g++ platform.compiler.cpp98=-std=c++98 platform.compiler.cpp03=-std=c++03 platform.compiler.cpp11=-std=c++11