~ruther/guix-local

8c1088bb0fa443b3951d17f6bcabaafdf3cfdd9e — Jan Nieuwenhuizen 10 years ago 6372e33
gnu: lablgtk: Build cmxa libraries.

* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add the make target "opt"
  to also build *.cmxa files.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +2 -0
@@ 477,6 477,8 @@ provers.")
    (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