Skip to content

Commit

Permalink
has_ocp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewray committed Aug 29, 2014
1 parent 3604561 commit fe65d25
Show file tree
Hide file tree
Showing 3 changed files with 837 additions and 2,458 deletions.
4 changes: 2 additions & 2 deletions META
@@ -1,10 +1,10 @@
version = "0.4.4"
version = "0.4.6"
description = "IOCaml - infrastructure library"
requires = "unix,yojson,atdgen,lwt.unix,ctypes.foreign"
archive(byte) = "iocaml_lib.cma"

package "notebook" (
version = "0.4.4"
version = "0.4.6"
description = "IOCaml - search path for notebooks"
)

2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -49,7 +49,7 @@ endif

top: lib
ocamlfind c -c -g -thread \
-syntax camlp4o -package optcomp -ppopt "-let has_ocp=0" \
-syntax camlp4o -package optcomp -ppopt "-let has_ocp=$(HAS_OCP)" \
-package $(TOP_PKG) \
$(TOP_SRC)
ocamlfind ocamlmktop -g -thread -linkpkg \
Expand Down

0 comments on commit fe65d25

Please sign in to comment.