mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Kudge protoc builder to work for us.
This commit is contained in:
@@ -54,7 +54,11 @@ def ProtocEmitter(target, source, env):
|
||||
target.append(env['PROTOCFDSOUT'])
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
|
||||
# XXX KLUDGE: Force things to be right.
|
||||
env['PROTOCOUTDIR'] = 'obj/src'
|
||||
env['PROTOCPROTOPATH'] = ['src']
|
||||
|
||||
#~ print "PROTOC SOURCE:", [str(s) for s in source]
|
||||
#~ print "PROTOC TARGET:", [str(s) for s in target]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user