summaryrefslogtreecommitdiff
path: root/dev-ml/num/files/num-1.4-ocamlopt.patch
blob: 90699b99474c5bf8db5ea417d07dd0804666d25f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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