diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct index b69be3b45aa..fc4d792cca9 100644 --- a/SConstruct +++ b/SConstruct @@ -737,8 +737,8 @@ if nix: os.unlink('pch.h.gch') # gcc uses the file if it exists if usev8: - env.Append( CPPPATH=["../v8/include/"] ) - env.Append( LIBPATH=["../v8/"] ) + env.Prepend( CPPPATH=["../v8/include/"] ) + env.Prepend( LIBPATH=["../v8/"] ) if "uname" in dir(os): |