mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2414 - moved vendorized OpenHarmony directly to harmony folder
This commit is contained in:
parent
63229f32c2
commit
e123c67c9d
143 changed files with 9 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ 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"], "openpype", "vendor", "OpenHarmony"
|
||||
os.environ["OPENPYPE_REPOS_ROOT"], "openpype", "hosts",
|
||||
"harmony", "vendor", "OpenHarmony"
|
||||
)
|
||||
# TODO check if is already set? What to do if is already set?
|
||||
env["LIB_OPENHARMONY_PATH"] = openharmony_path
|
||||
|
|
|
|||
7
openpype/hosts/harmony/vendor/.eslintrc.json
vendored
Normal file
7
openpype/hosts/harmony/vendor/.eslintrc.json
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"env": {
|
||||
"browser": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"ignorePatterns": ["**/*.js"]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue