Skip to content

Commit 24bc4df

Browse files
committed
[dont-land] tools: only generate makefile for multiple toolsets if requested
1 parent d9de812 commit 24bc4df

File tree

1 file changed

+1
-1
lines changed
  • tools/gyp/pylib/gyp/generator

1 file changed

+1
-1
lines changed

tools/gyp/pylib/gyp/generator/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151

5252
# Make supports multiple toolsets
53-
generator_supports_multiple_toolsets = True
53+
generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested()
5454

5555
# Request sorted dependencies in the order from dependents to dependencies.
5656
generator_wants_sorted_dependencies = False

0 commit comments

Comments
 (0)