Skip to content

Commit

Permalink
does this work on linux/macos ? if so we can refactor because it is t…
Browse files Browse the repository at this point in the history
…he same rule
  • Loading branch information
Et7f3 committed Jun 27, 2020
1 parent 83ddc07 commit 1bc0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reason-skia/wrapped/c/dune
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1bc0133

Please sign in to comment.