Scons now doesn't throw away /home/stewart/.nix-profile/lib/pkgconfig:/nix/var/nix/profiles/default/lib/pkgconfig:/run/current-system/sw/lib/pkgconfig, so NixOS can build it
This commit is contained in:
parent
0dff293f6a
commit
e057e8cb1b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ tools = ['default', 'scanreplace']
|
||||||
if 'dotnet' in ARGUMENTS.get('bindings', []):
|
if 'dotnet' in ARGUMENTS.get('bindings', []):
|
||||||
tools.append('csharp/mono')
|
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,
|
variables = vars,
|
||||||
tools=tools,
|
tools=tools,
|
||||||
toolpath=['tools'])
|
toolpath=['tools'])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue