Index: mojo/public/python/BUILD.gn |
diff --git a/mojo/public/python/BUILD.gn b/mojo/public/python/BUILD.gn |
index 70402e778102c6f4a14a68ae89df8f1feff996a2..51bd6eb8599aaf0bf67ed84503be83fb63f3bca9 100644 |
--- a/mojo/public/python/BUILD.gn |
+++ b/mojo/public/python/BUILD.gn |
@@ -20,14 +20,16 @@ python_binary_module("system") { |
"mojo/c_core.pxd", |
"mojo/system.pyx", |
] |
+ configs = [ "../build/config:mojo_sdk" ] |
deps = [ |
":base", |
"../c/environment", |
- "../c/system:for_shared_library", |
+ "../c/system", |
"../cpp/environment:standalone", |
"../cpp/system", |
"../cpp/utility", |
"../cpp/bindings:callback", |
+ "../platform/native:system", |
] |
} |
@@ -42,14 +44,16 @@ python_binary_module("system_impl") { |
"src/python_system_helper.cc", |
"src/python_system_helper.h", |
] |
+ configs = [ "../build/config:mojo_sdk" ] |
deps = [ |
":base", |
"../c/environment", |
- "../c/system:for_shared_library", |
+ "../c/system", |
"../cpp/environment:standalone", |
"../cpp/system", |
"../cpp/utility", |
"../cpp/bindings:callback", |
+ "../platform/native:system", |
] |
} |