Skip to content

Commit

Permalink
Fix the generation of flags for freestanding
Browse files Browse the repository at this point in the history
The shell script is local and hence should be prefixed

Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Oct 23, 2018
1 parent b75461c commit bba7046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/freestanding/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

(rule (copy# ../bigstringaf_stubs.c bigstringaf_stubs.c))

(rule (with-stdout-to cflags.sexp (run cflags.sh)))
(rule (with-stdout-to cflags.sexp (run ./cflags.sh)))

0 comments on commit bba7046

Please sign in to comment.