Skip to content

Commit

Permalink
Don't use library flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tjammer committed Dec 19, 2024
1 parent 4b84c8f commit a44340c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/c/raygui/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
(build_flags_resolver
(vendored
(c_flags :standard "-I../vendor/raygui/src" "-I../vendor/raylib/src")
(c_library_flags
:standard
(:include ../library_flags.sexp))))
(c_library_flags :standard)))
(headers
(include "raygui.h" "raylib.h"))
(type_description
Expand Down
4 changes: 1 addition & 3 deletions src/c/raylib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
(build_flags_resolver
(vendored
(c_flags :standard "-I../vendor/raylib/src")
(c_library_flags
:standard
(:include ../library_flags.sexp))))
(c_library_flags :standard)))
(headers
(include "raylib.h" "rlgl.h" "config.h" "raymath.h"))
(type_description
Expand Down
4 changes: 1 addition & 3 deletions src/c/rlgl/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
(build_flags_resolver
(vendored
(c_flags :standard "-I../vendor/raylib/src")
(c_library_flags
:standard
(:include ../library_flags.sexp))))
(c_library_flags :standard)))
(headers
(include "rlgl.h"))
(type_description
Expand Down

0 comments on commit a44340c

Please sign in to comment.