Skip to content

Commit

Permalink
missing symbol fixed by moving libshared to the end of the list in LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Alfano (Nexus6) committed Nov 4, 2022
1 parent 366f578 commit bb0cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RSRCS = \
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be bnetapi localestub shared translation netservices $(STDCPPLIBS)
LIBS = be bnetapi localestub translation netservices shared $(STDCPPLIBS)

# Specify additional paths to directories following the standard libXXX.so
# or libXXX.a naming scheme. You can specify full paths or paths relative
Expand Down

0 comments on commit bb0cdb9

Please sign in to comment.