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 5fe37ea commit bf8ba5aCopy full SHA for bf8ba5a
source/cli/metacallcli/CMakeLists.txt
@@ -409,6 +409,9 @@ if(OPTION_BUILD_LOADERS AND OPTION_BUILD_LOADERS_TS AND OPTION_BUILD_SCRIPTS AND
409
""
410
${TESTS_ENVIRONMENT_VARIABLES}
411
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
415
)
416
endif()
417
0 commit comments