mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Fix v8 SConstruct for freebsd
This commit is contained in:
2
deps/v8/SConstruct
vendored
2
deps/v8/SConstruct
vendored
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user