mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2414 - added vendored OpenHarmony
This commit is contained in:
parent
182660d551
commit
2f09afecd0
79 changed files with 152954 additions and 57972 deletions
|
|
@ -4,7 +4,7 @@ import os
|
|||
def add_implementation_envs(env, _app):
|
||||
"""Modify environments to contain all required for implementation."""
|
||||
openharmony_path = os.path.join(
|
||||
os.environ["OPENPYPE_REPOS_ROOT"], "pype", "vendor", "OpenHarmony"
|
||||
os.environ["OPENPYPE_REPOS_ROOT"], "openpype", "vendor", "OpenHarmony"
|
||||
)
|
||||
# TODO check if is already set? What to do if is already set?
|
||||
env["LIB_OPENHARMONY_PATH"] = openharmony_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue