mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lablgtk: Build cmxa libraries.
* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add the make target "opt" to also build *.cmxa files.
This commit is contained in:
parent
6372e336a2
commit
8c1088bb0f
1 changed files with 2 additions and 0 deletions
|
@ -477,6 +477,8 @@ (define-public lablgtk
|
|||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
||||
;; opt: also install cmxa files
|
||||
#:make-flags (list "all" "opt")
|
||||
;; Occasionally we would get "Error: Unbound module GtkThread" when
|
||||
;; compiling 'gtkThInit.ml', with 'make -j'. So build sequentially.
|
||||
#:parallel-build? #f
|
||||
|
|
Loading…
Reference in a new issue