mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-10-30 21:20:10 +00:00
3 lines
196 B
Bash
Executable File
3 lines
196 B
Bash
Executable File
protoc -I./dll/ --cpp_out=./dll/ ./dll/*.proto
|
|
clang++ -shared -fPIC -o libsteam_api.so dll/*.cpp dll/*.cc -g3 -Wno-return-type -fsanitize=address -lasan -lprotobuf-lite -std=c++11 && echo built
|