mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 19:31:00 +00:00
Fixed tools compilation to include boost iostream
This commit is contained in:
parent
6c7e4be8d5
commit
9d946278ad
@ -193,9 +193,9 @@ cutter_SOURCES = \
|
||||
sdl_utils.cpp \
|
||||
loadscreen_empty.cpp
|
||||
|
||||
exploder_LDADD = -L. -lwesnoth-core @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBINTL) $(PNG_LIBS)
|
||||
exploder_LDADD = -L. -lwesnoth-core $(BOOST_IOSTREAMS_LIBS) @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBINTL) $(PNG_LIBS)
|
||||
exploder_DEPENDENCIES=libwesnoth-core.a
|
||||
cutter_LDADD = -L. -lwesnoth-core @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBINTL) $(PNG_LIBS)
|
||||
cutter_LDADD = -L. -lwesnoth-core $(BOOST_IOSTREAMS_LIBS) @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBINTL) $(PNG_LIBS)
|
||||
cutter_DEPENDENCIES=libwesnoth-core.a
|
||||
|
||||
#############################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user