File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -245,28 +245,28 @@ label_flag(
245245bool_flag (
246246 name = "experimental_python_import_all_repositories" ,
247247 build_setting_default = True ,
248- scope = "universal" ,
248+ # scope = "universal",
249249 visibility = ["//visibility:public" ],
250250)
251251
252252bool_flag (
253253 name = "build_python_zip" ,
254254 build_setting_default = config .build_python_zip_default ,
255255 help = "Build python executable zip. Defaults to on on Windows, off on other platforms" ,
256- scope = "universal" ,
256+ # scope = "universal",
257257 visibility = ["//visibility:public" ],
258258)
259259
260260bool_flag (
261261 name = "incompatible_default_to_explicit_init_py" ,
262262 build_setting_default = False ,
263- scope = "universal" ,
263+ # scope = "universal",
264264 visibility = ["//visibility:public" ],
265265)
266266
267267string_flag (
268268 name = "python_path" ,
269269 build_setting_default = "python" ,
270- scope = "universal" ,
270+ # scope = "universal",
271271 visibility = ["//visibility:public" ],
272272)
You can’t perform that action at this time.
0 commit comments