Skip to content

Commit

Permalink
Release 0.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
FeepingCreature committed Aug 15, 2022
1 parent f66f41a commit 70ae65f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,10 @@ fi
at_revision '195eff861e71824aba3fe96904f1c517276e3c24' 'rebuild neat' 'build/neat'
at_revision '195eff861e71824aba3fe96904f1c517276e3c24' 'transition amd64' 'build/neat'
at_revision '8072b51a1aebc055ea37b8d7b4565e88eebae4ea' 'detransition amd64' 'build/neat'
LLVM_CONFIG="/usr/lib/llvm/14/bin/llvm-config"
FLAGS="-I$($LLVM_CONFIG --includedir) -L-L$($LLVM_CONFIG --libdir) \
-version=LLVMBackend -macro-version=LLVMBackend"
at_revision 'f66f41aeb75fe4186271effdc5d71bf27e2833bc' 'rebuild neat' 'build/neat'

# unpack the last tagfile
unpack_tagfile
Expand Down

0 comments on commit 70ae65f

Please sign in to comment.