Skip to content

Commit

Permalink
quirks: add SDL2_MAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuke committed Sep 21, 2023
1 parent 80b3de7 commit 232b0ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/goa/lib/quirks.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if {[using_api sdl2]} {
# bring CMake on the right track to find the headers and library
lappend cmake_quirk_args "-DSDL2_INCLUDE_DIR=$sdl2_include_dir"
lappend cmake_quirk_args "-DSDL2_LIBRARY:STRING='$abi_dir/sdl2.lib.so'"
lappend cmake_quirk_args "-DSDL2_MAIN_LIBRARY:STRING='$abi_dir/sdl2.lib.so'"
}

if {[using_api curl]} {
Expand Down

0 comments on commit 232b0ff

Please sign in to comment.