Skip to content

Commit a8ef215

Browse files
committed
Change library flags for raylib-callbacks
to get around a linker error for `PlaySound`
1 parent 433bc55 commit a8ef215

File tree

1 file changed

+1
-3
lines changed
  • src/c/raylib_callbacks

1 file changed

+1
-3
lines changed

src/c/raylib_callbacks/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@
2020
(generated_types Raylib_callbacks_types_generated)
2121
(generated_entry_point Raylib_callbacks_generated)
2222
(deps
23-
(source_tree ../vendor/raylib)))
24-
(library_flags
25-
(:include ../library_flags.sexp)))
23+
(source_tree ../vendor/raylib))))

0 commit comments

Comments
 (0)