mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +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
|
||||
(targets Sort.x64.exe)
|
||||
(targets Sort.exe)
|
||||
(deps
|
||||
(:lama Sort.lama)
|
||||
../runtime/x64/runtime.a)
|
||||
../runtime/runtime.a
|
||||
../stdlib/x64/Fun.i)
|
||||
(mode
|
||||
(promote (until-clean)))
|
||||
(action
|
||||
|
|
@ -15,7 +16,7 @@
|
|||
%{lama}
|
||||
-I
|
||||
../stdlib/x64
|
||||
-I
|
||||
-runtime
|
||||
../runtime
|
||||
-o
|
||||
%{targets}))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue