gnu: google-highway: Build shared libraries.

* gnu/packages/cpp.scm (google-highway)[arguments]: Add configure-flag
to build shared libraries.

Change-Id: Ic222dd454290742c7c964a1a5a5b7d8d7533c3e1
This commit is contained in:
Efraim Flashner 2023-12-20 09:41:56 +02:00
parent 756ba0429e
commit b28bcd49c2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -496,7 +496,8 @@ operating on batches.")
(base32 "01ig4iqicm57nycl9q8mx1b22gvl4wj5j1vfp1jczhmrga4bca8v"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on")))
`(#:configure-flags (list "-DHWY_SYSTEM_GTEST=on"
"-DBUILD_SHARED_LIBS=ON")))
(native-inputs
(list googletest))
(home-page "https://github.com/google/highway")