Skip to content

Commit

Permalink
Packaging: use solution_src_path properly
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongkeunahn committed Dec 25, 2024
1 parent 693095d commit 1a829f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/static-pie-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
f.write(compressed_memory_bin)

# solution_src
sol = srcpack.read_assemble("basm/", lang_name)
sol = srcpack.read_assemble(solution_src_path, lang_name)

# binary (raw)
# Since we append a little-endian 8-byte nonnegative integer, we can practically ensure that the last byte is zero.
Expand Down

0 comments on commit 1a829f2

Please sign in to comment.