Skip to content

Commit

Permalink
Add alternative CC command
Browse files Browse the repository at this point in the history
This requires ${CC} to be a split variable, see
ocaml/dune#336
  • Loading branch information
Chris00 committed Dec 25, 2017
1 parent 9fa4d80 commit 1f73741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easymesh/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
((targets (EasyMesh.exe))
(deps (easymesh.c))
(action (system "${CC} -o EasyMesh.exe easymesh.c -lm"))))
;(action (run ${CC} -o EasyMesh.exe easymesh.c -lm))))

(install
((section bin)
Expand Down

0 comments on commit 1f73741

Please sign in to comment.