Update protoc.py for new src directories

This commit is contained in:
Vinnie Falco
2013-09-11 11:41:01 -07:00
parent 27f0cae812
commit 99afec18c5

View File

@@ -57,7 +57,7 @@ def ProtocEmitter(target, source, env):
# XXX KLUDGE: Force things to be right.
env['PROTOCOUTDIR'] = 'build/proto'
env['PROTOCPROTOPATH'] = ['modules/ripple_data/protocol']
env['PROTOCPROTOPATH'] = ['src/ripple_data/protocol']
#~ print "PROTOC SOURCE:", [str(s) for s in source]
#~ print "PROTOC TARGET:", [str(s) for s in target]