Skip to content

Commit

Permalink
Use "system" to compile EasyMesh C program
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Dec 20, 2017
1 parent d910e2e commit 9fa4d80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions easymesh/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
(rule
((targets (EasyMesh.exe))
(deps (easymesh.c))
;(action (run ${!CC} -o EasyMesh.exe easymesh.c -ccopt -lm))))
(action (run cc -o EasyMesh.exe easymesh.c -lm))))
(action (system "${CC} -o EasyMesh.exe easymesh.c -lm"))))

(install
((section bin)
Expand Down

0 comments on commit 9fa4d80

Please sign in to comment.