Skip to content

Commit 6b30491

Browse files
authored
Fixed a build target problem (#971)
1 parent b7568f5 commit 6b30491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sconscripts/coconut_SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Import('files_to_compile env')
22

33
for file_info in files_to_compile:
4-
build_target = f'#/build/{file_info.language}/{file_info.chapter}/{file_info.path.stem}'
4+
build_target = f'#/build/{file_info.language}/{file_info.chapter}/{file_info.path.stem}.py'
55
build_result = env.Coconut(build_target, str(file_info.path))
66
env.Alias(str(file_info.chapter), build_result)

0 commit comments

Comments
 (0)