Skip to content

Commit

Permalink
BUILD: Use LIBSL_PHAETHON instead of LIBSL_XOREOS
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed May 25, 2018
1 parent dc4e036 commit e0ee6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ LIBSL_BOOST = $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \
$(BOOST_ATOMIC_LDFLAGS) $(BOOST_ATOMIC_LIBS) \
$(BOOST_LOCALE_LDFLAGS) $(BOOST_LOCALE_LIBS) \
$(BOOST_THREAD_LDFLAGS) $(BOOST_THREAD_LIBS)
LIBSL = $(LIBSL_XOREOS) $(LIBSL_GENERAL) $(LIBSL_GRAPHIC) \
LIBSL = $(LIBSL_PHAETHON) $(LIBSL_GENERAL) $(LIBSL_GRAPHIC) \
$(LIBSL_SOUND) $(LIBSL_BOOST)

# Other compiler flags
Expand Down

0 comments on commit e0ee6c7

Please sign in to comment.