Skip to content

Commit

Permalink
fix: adapt to cosmocc changesm, only use x86_64 cosmo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jan 23, 2024
1 parent 267ba40 commit b0b245f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_hermit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
export CC=cosmocc
export CXX=cosmoc++
export CC=x86_64-unknown-cosmo-cc
export CXX=x86_64-unknown-cosmo-c++
rm -rf build hermit-cli/build hermit-cli/target
mkdir build
cmake -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_FAST_INTERP=1 -B build
Expand Down

0 comments on commit b0b245f

Please sign in to comment.