From 1a829f2be5e11f16b63ee6ba995be1e148d60714 Mon Sep 17 00:00:00 2001 From: Byeongkeun Ahn <7p54ks3@naver.com> Date: Wed, 25 Dec 2024 17:57:40 +0900 Subject: [PATCH] Packaging: use solution_src_path properly --- scripts/static-pie-gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.