mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Fixed paths
This commit is contained in:
parent
0553fc764d
commit
09810470fc
86 changed files with 152 additions and 670 deletions
|
|
@ -58,5 +58,5 @@
|
|||
"../../runtime32"
|
||||
(setenv
|
||||
LAMAC
|
||||
"../../src/Driver.exe -march=x86 -I ../runtime32"
|
||||
"../../src/Driver.exe -32 -I ../../runtime32"
|
||||
(run make -j2 -f ../Makefile all)))))))
|
||||
|
|
|
|||
|
|
@ -55,5 +55,5 @@
|
|||
"../../runtime"
|
||||
(setenv
|
||||
LAMAC
|
||||
"../../src/Driver.exe -march=amd64 -I ../runtime"
|
||||
"../../src/Driver.exe -64 -I ../../runtime"
|
||||
(run make -j2 -f ../Makefile all)))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue