mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Remove ripple.pb.cc from SConstruct since it is included elsewhere
This commit is contained in:
@@ -174,7 +174,7 @@ RIPPLE_OBJS += PROTO_SRCS
|
||||
|
||||
RIPPLE_OBJS = []
|
||||
|
||||
RIPPLE_OBJS += [ 'src/cpp/database/sqlite3.c', 'build/proto/ripple.pb.cc' ]
|
||||
RIPPLE_OBJS += [ 'src/cpp/database/sqlite3.c' ]
|
||||
|
||||
env.Append(CXXFLAGS = ['-I.', '-Isrc/cpp/ripple'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user