Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Remove libm from link flags (as it's for examples)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa committed Jun 10, 2016
1 parent c2f68ce commit 338ab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuklear.setup
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; TODO: detect correct per-platform flags
;; NOTE: https://github.com/vurtun/nuklear/blob/master/demo/glfw_opengl2/Makefile

(compile -s -O3 -d1 "nuklear-glfw-opengl2.scm" -J -lglfw -lGL -lm -lGLU -C "-std=gnu89")
(compile -s -O3 -d1 "nuklear-glfw-opengl2.scm" -J -lglfw -lGL -lGLU -C "-std=gnu89")
(compile -s "nuklear-glfw-opengl2.import.scm")

(compile -s -O3 -d1 "nuklear.scm" -J -C "-std=gnu89")
Expand Down

0 comments on commit 338ab8d

Please sign in to comment.