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 dfae36e commit 49e8e3dCopy full SHA for 49e8e3d
ohos-build
@@ -75,7 +75,7 @@ def create_environment_for_build() -> Dict[str, str]:
75
76
llvm_toolchain = os.path.join(ndk_root, "llvm")
77
78
- env['PATH'] = os.pathsep.join([env["PATH"], os.path.join(llvm_toolchain, "bin")])
+ env['PATH'] = os.pathsep.join([os.path.join(llvm_toolchain, "bin"), env["PATH"]])
79
80
set_toolchain_binaries_in_env(llvm_toolchain, target_triple, env)
81
0 commit comments