From 1bc0133562e93ce2b1e8fd88aee028708b230557 Mon Sep 17 00:00:00 2001 From: Et7f3 Date: Sat, 27 Jun 2020 09:13:27 +0200 Subject: [PATCH] does this work on linux/macos ? if so we can refactor because it is the same rule --- src/reason-skia/wrapped/c/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reason-skia/wrapped/c/dune b/src/reason-skia/wrapped/c/dune index d9ac24ed4..932bbbef1 100644 --- a/src/reason-skia/wrapped/c/dune +++ b/src/reason-skia/wrapped/c/dune @@ -23,7 +23,7 @@ (rule (targets dllskia_wrapped_c_stubs.so) (deps c_stubs.o) - (action (run %{cc} %{read-lines:c_library_flags.txt} -shared -o %{targets} %{deps}))) + (action (run %{cc} -shared -o %{targets} %{deps} %{read-lines:c_library_flags.txt} ))) (rule (targets c_stubs.o)