Merge pull request #107 from sjmackenzie/master
Scons now doesn't throw away PKG_CONFIG_PATH, so NixOS can build it
This commit is contained in:
commit
e7aa73446e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ tools = ['default', 'scanreplace']
|
|||
if 'dotnet' in ARGUMENTS.get('bindings', []):
|
||||
tools.append('csharp/mono')
|
||||
|
||||
env = Environment(ENV = {'PATH' : os.environ['PATH']},
|
||||
env = Environment(ENV = {'PATH' : os.environ['PATH'], 'PKG_CONFIG_PATH' : os.environ['PKG_CONFIG_PATH']},
|
||||
variables = vars,
|
||||
tools=tools,
|
||||
toolpath=['tools'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue