Skip to content

Commit

Permalink
Fix v8 SConstruct for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 28, 2009
1 parent 516874f commit 0cea946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/SConstruct
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0cea946

Please sign in to comment.