Skip to content
Snippets Groups Projects
Commit c46fe13d authored by qiangxuhui's avatar qiangxuhui Committed by Celeste
Browse files

testing/htmlcxx: fix build on loongarch64

Update config sub for loongarch64.
parent d66b42b4
No related branches found
No related tags found
1 merge request!66540testing/htmlcxx: fix build on loongarch64
Pipeline #241247 skipped
......@@ -11,6 +11,11 @@ options="!check" # no testsuite
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/htmlcxx/files/v$pkgver/htmlcxx-$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
}
build() {
# gcc12 defaults to 17 which fails due to throw()
export CXXFLAGS="$CXXFLAGS -std=c++14"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment