mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
compiler.cpp build fix, fixes
This commit is contained in:
parent
26d2eaa8b3
commit
13ea4c7968
5 changed files with 9 additions and 9 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
xmake build
|
||||
cp "build/linux/x86_64/release/byterun" byterun.exe
|
||||
# xmake build
|
||||
# cp "build/linux/x86_64/release/byterun" byterun.exe
|
||||
|
||||
# dune build > /dev/null
|
||||
dune build > /dev/null
|
||||
|
||||
prefix="../regression/"
|
||||
suffix=".lama"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue