Skip to content

Commit bf8ba5a

Browse files
committed
Solve metacallcli-py-tsx test.
1 parent 5fe37ea commit bf8ba5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/cli/metacallcli/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,9 @@ if(OPTION_BUILD_LOADERS AND OPTION_BUILD_LOADERS_TS AND OPTION_BUILD_SCRIPTS AND
409409
""
410410
${TESTS_ENVIRONMENT_VARIABLES}
411411
PROJECT_METACALL_PORTS_DIRECTORY=${CMAKE_SOURCE_DIR}/source/ports/py_port
412+
# Note: Here we have to set up the LOADER_SCRIPT_PATH to the CWD as a difference to ${target}-tsx-templating test
413+
# which does not require this apparently (due to NodeJS resolve system), probably this has to be reviewed
414+
LOADER_SCRIPT_PATH=${LOADER_SCRIPT_PATH}/templating
412415
)
413416
endif()
414417
endif()

0 commit comments

Comments
 (0)