mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 03:34:52 +01:00
Fix build and makefile.
This commit is contained in:
parent
91dbf2f9b0
commit
60fbdcfdba
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue