Skip to content

Commit

Permalink
Solve metacallcli-py-tsx test.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed May 19, 2021
1 parent 5fe37ea commit bf8ba5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/cli/metacallcli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ if(OPTION_BUILD_LOADERS AND OPTION_BUILD_LOADERS_TS AND OPTION_BUILD_SCRIPTS AND
""
${TESTS_ENVIRONMENT_VARIABLES}
PROJECT_METACALL_PORTS_DIRECTORY=${CMAKE_SOURCE_DIR}/source/ports/py_port
# Note: Here we have to set up the LOADER_SCRIPT_PATH to the CWD as a difference to ${target}-tsx-templating test
# which does not require this apparently (due to NodeJS resolve system), probably this has to be reviewed
LOADER_SCRIPT_PATH=${LOADER_SCRIPT_PATH}/templating
)
endif()
endif()

0 comments on commit bf8ba5a

Please sign in to comment.