zpaq: g++ is available

This commit is contained in:
Jérôme Duval
2021-01-04 11:42:58 +01:00
committed by GitHub
parent 7dae0a5463
commit 389bee23b4

View File

@@ -46,7 +46,7 @@ PATCH()
BUILD()
{
make CXX=g++$secondaryArchSuffix $jobArgs
make CXX=g++ $jobArgs
}
INSTALL()