Skip to content

Commit

Permalink
You have to remove all instances of the library name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lyons authored May 4, 2022
1 parent 35de595 commit 449cc84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ global_include_dirs += include_directories('.',
'filesystem/headers',
'graphics/headers',
'input/headers',
'modshot/headers',
'oneshot/headers',
'modshot/headers',
'oneshot/headers',
'opengl/headers',
'rgss/headers',
'thread/headers',
'util/headers'
'rgss/headers',
'thread/headers',
'util/headers'
)

global_dependencies += [boost, bz2, openal, zlib, sdl2, sdl_sound, pixman, physfs, vorbisfile, vorbis, iconv, ogg, sdl2_ttf, sigcxx, sdl2_image, png, jpeg, libzmq, zmqpp, nsgif, freetype, tiff, webp, harfbuzz]
global_dependencies += [boost, bz2, openal, zlib, sdl2, sdl_sound, pixman, physfs, vorbisfile, vorbis, iconv, ogg, sdl2_ttf, sigcxx, sdl2_image, png, jpeg, nsgif, freetype, tiff, webp, harfbuzz]

if host_system == 'windows'
global_dependencies += compilers['cpp'].find_library('wsock32')
Expand Down

0 comments on commit 449cc84

Please sign in to comment.