diff --git a/scripts/static-pie-gen.py b/scripts/static-pie-gen.py index 8c8c48c3..3a0679e9 100644 --- a/scripts/static-pie-gen.py +++ b/scripts/static-pie-gen.py @@ -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.