mirror of
https://github.com/ollama/ollama.git
synced 2025-08-28 09:55:58 +02:00
fix arm linux build when HWCAP2_SVE2 undefined (#11908)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
package arm
|
package arm
|
||||||
|
|
||||||
// #cgo CXXFLAGS: -std=c++17
|
// #cgo CXXFLAGS: -std=c++17
|
||||||
// #cgo CPPFLAGS: -I${SRCDIR}/../.. -I${SRCDIR}/../../.. -I${SRCDIR}/../../../../include
|
// #cgo CPPFLAGS: -I${SRCDIR}/../.. -I${SRCDIR}/../../.. -I${SRCDIR}/../../../../include -DHWCAP2_SVE2="2"
|
||||||
import "C"
|
import "C"
|
||||||
|
Reference in New Issue
Block a user