Skip to content

Commit

Permalink
Fix possible linker problem on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
barotto committed Dec 30, 2023
1 parent ad506bf commit 7be86c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ BASELIBS="$BASELIBS $static $RMLUI_LIBS $LIBSAMPLERATE_LIBS $ZLIB_LIBS $SDL_LIBS
if test x$have_windows = xno ; then
BASELIBS="$BASELIBS -lrt"
else
BASELIBS="$BASELIBS -lws2_32 -liconv"
BASELIBS="$BASELIBS -lws2_32 -liconv ibmulator.res"
fi
AC_SUBST([BASELIBS])

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ noinst_HEADERS = \
lodepng/lodepng.h

ibmulator_LDFLAGS = -Wl,-rpath='$$ORIGIN/../lib'
ibmulator_LDADD = gui/libgui.a hardware/libhardware.a audio/libaudio.a $(BASELIBS) ibmulator.res
ibmulator_LDADD = gui/libgui.a hardware/libhardware.a audio/libaudio.a $(BASELIBS)


0 comments on commit 7be86c2

Please sign in to comment.