Fix build and makefile.

This commit is contained in:
Mr_Goldberg 2020-05-02 00:54:55 -04:00
parent 91dbf2f9b0
commit 60fbdcfdba
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
CXX=clang++
CXX_FLAGS += -fPIC -std=c++11
LD_FLAGS += -shared -lprotobuf-lite -Wl,--no-undefined
LD_FLAGS += -shared -lprotobuf-lite -ldl -Wl,--no-undefined
LIBRARY_NAME=libsteam_api.so
RM = rm -f