You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/num/files/num-1.4-ocamlopt.patch

16 lines
297 B

--- a/src/Makefile 2022-01-12 19:58:54.655901110 +0100
+++ b/src/Makefile 2022-01-12 19:59:25.446339664 +0100
@@ -33,11 +33,10 @@
all:: libnums.$(A) nums.cma
+ifeq "$(NATDYNLINK)" "true"
ifneq "$(ARCH)" "none"
all:: nums.cmxa
endif
-
-ifeq "$(NATDYNLINK)" "true"
all:: nums.cmxs
endif