Skip to content

Commit

Permalink
reordered dependencies to prevent "undefined reference to WinMain@16"
Browse files Browse the repository at this point in the history
  • Loading branch information
King-Slide committed Aug 28, 2018
1 parent 7cd1e39 commit ed3997a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ else
)

dependencies = [
cc.find_library('mingw32'),
ffmpeg,
sdl2,
cc.find_library('mingw32')
]

endif
Expand Down

0 comments on commit ed3997a

Please sign in to comment.