Fix compilation in performance/

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2025-02-27 23:15:28 +03:00
parent b8d59864f0
commit 57a4bafb9a

View file

@ -1,8 +1,9 @@
(rule (rule
(targets Sort.x64.exe) (targets Sort.exe)
(deps (deps
(:lama Sort.lama) (:lama Sort.lama)
../runtime/x64/runtime.a) ../runtime/runtime.a
../stdlib/x64/Fun.i)
(mode (mode
(promote (until-clean))) (promote (until-clean)))
(action (action
@ -15,7 +16,7 @@
%{lama} %{lama}
-I -I
../stdlib/x64 ../stdlib/x64
-I -runtime
../runtime ../runtime
-o -o
%{targets})))) %{targets}))))