mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: android-libsparse: Don't disable tests.
* gnu/packages/android.scm (android-libsparse)[arguments]: Enable tests.
This commit is contained in:
parent
c774d8e19a
commit
23e70a692c
1 changed files with 1 additions and 2 deletions
|
@ -249,8 +249,7 @@ (define-public android-libsparse
|
|||
(source (android-platform-system-core version))
|
||||
(build-system android-ndk-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; TODO.
|
||||
#:make-flags '("CFLAGS=-Wno-error"
|
||||
`(#:make-flags '("CFLAGS=-Wno-error"
|
||||
"CXXFLAGS=-fpermissive -Wno-error")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue