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 b7568f5 commit 6b30491Copy full SHA for 6b30491
sconscripts/coconut_SConscript
@@ -1,6 +1,6 @@
1
Import('files_to_compile env')
2
3
for file_info in files_to_compile:
4
- build_target = f'#/build/{file_info.language}/{file_info.chapter}/{file_info.path.stem}'
+ build_target = f'#/build/{file_info.language}/{file_info.chapter}/{file_info.path.stem}.py'
5
build_result = env.Coconut(build_target, str(file_info.path))
6
env.Alias(str(file_info.chapter), build_result)
0 commit comments