We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ddc07 commit 1bc0133Copy full SHA for 1bc0133
src/reason-skia/wrapped/c/dune
@@ -23,7 +23,7 @@
23
(rule
24
(targets dllskia_wrapped_c_stubs.so)
25
(deps c_stubs.o)
26
- (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} )))
27
28
29
(targets c_stubs.o)
0 commit comments