mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Make all include paths relative to a root directory:
* Better include path support in the VSProject scons tool. * Various manual fixes to include paths.
This commit is contained in:
@@ -424,9 +424,10 @@ import_environ(base)
|
||||
config_base(base)
|
||||
base.Append(CPPPATH=[
|
||||
'src',
|
||||
os.path.join(build_dir, 'proto'),
|
||||
os.path.join('src', 'beast'),
|
||||
os.path.join('src', 'snappy', 'snappy'),
|
||||
os.path.join('src', 'snappy', 'config'),
|
||||
os.path.join(build_dir, 'proto'),
|
||||
])
|
||||
base.Append(CPPPATH=[
|
||||
os.path.join('src', 'leveldb'),
|
||||
|
||||
Reference in New Issue
Block a user