We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8224dee commit 0cf7a14Copy full SHA for 0cf7a14
pylib/gyp/generator/make.py
@@ -1880,7 +1880,7 @@ def WriteTarget(
1880
self.flavor not in ("mac", "openbsd", "netbsd", "win")
1881
and not self.is_standalone_static_library
1882
):
1883
- if self.flavor in ("linux", "android"):
+ if self.flavor in ("linux", "android", "openharmony"):
1884
self.WriteMakeRule(
1885
[self.output_binary],
1886
link_deps,
@@ -1894,7 +1894,7 @@ def WriteTarget(
1894
part_of_all,
1895
postbuilds=postbuilds,
1896
)
1897
- elif self.flavor in ("linux", "android"):
+ elif self.flavor in ("linux", "android", "openharmony"):
1898
1899
1900
0 commit comments