Fix v8 SConstruct for freebsd

This commit is contained in:
Ryan Dahl
2009-11-28 01:38:32 +01:00
parent 516874f4a1
commit 0cea946cb9

2
deps/v8/SConstruct vendored
View File

@@ -544,7 +544,7 @@ def GuessToolchain(os):
OS_GUESS = utils.GuessOS()
TOOLCHAIN_GUESS = GuessToolchain(OS_GUESS)
ARCH_GUESS = utils.GuessArchitecture()
ARCH_GUESS = utils.GuessArchitecture() or ""
SIMPLE_OPTIONS = {