Skip to content

Commit

Permalink
Make the open source not opt into omnibus
Browse files Browse the repository at this point in the history
Summary: Complicated and might go away in the future, so don't inflict it on open source users.

Reviewed By: lmvasquezg

Differential Revision: D42342282

fbshipit-source-id: 3988e3c33fd71fefc37285508cb93a48478c4840
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Jan 4, 2023
1 parent fb73697 commit abd3850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prelude/toolchains/python.bzl
Expand Up @@ -62,7 +62,7 @@ def _system_python_toolchain_impl(ctx):
make_pex_inplace = ctx.attrs.make_pex_inplace[RunInfo],
compile = RunInfo(args = ["echo", "COMPILEINFO"]),
package_style = "inplace",
native_link_strategy = "merged",
native_link_strategy = "separate",
),
PythonPlatformInfo(name = "x86_64"),
]
Expand Down

0 comments on commit abd3850

Please sign in to comment.