Skip to content

Commit 1bc0133

Browse files
committed
does this work on linux/macos ? if so we can refactor because it is the same rule
1 parent 83ddc07 commit 1bc0133

File tree

1 file changed

+1
-1
lines changed
  • src/reason-skia/wrapped/c

1 file changed

+1
-1
lines changed

src/reason-skia/wrapped/c/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(rule
2424
(targets dllskia_wrapped_c_stubs.so)
2525
(deps c_stubs.o)
26-
(action (run %{cc} %{read-lines:c_library_flags.txt} -shared -o %{targets} %{deps})))
26+
(action (run %{cc} -shared -o %{targets} %{deps} %{read-lines:c_library_flags.txt} )))
2727

2828
(rule
2929
(targets c_stubs.o)

0 commit comments

Comments
 (0)