mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Fix compilation in performance/
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
b8d59864f0
commit
57a4bafb9a
1 changed files with 4 additions and 3 deletions
|
|
@ -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}))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue