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)