Skip to content

Commit cb845c1

Browse files
committed
Fix build-instructions.sh to copy candle_boot.ml from archive
1 parent 7005f23 commit cb845c1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build-instructions.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ patch cake-x64-64/cake.S cake.S.patch
1313
# Build the compiler binary
1414
cd cake-x64-64 && make && cd ..
1515

16-
# Copy the compiler binary and the exported compiler state into this directory:
17-
cp cake-x64-64/cake cake-x64-64/config_enc_str.txt .
16+
# Copy the compiler binary, the exported compiler state and candle_boot.ml into
17+
# this directory:
18+
cp cake-x64-64/cake cake-x64-64/config_enc_str.txt cake-x64-64/candle_boot.ml .
1819

1920
# Create the types.txt file necessary for candle_insulate.py
2021
./cake --types < /dev/null

0 commit comments

Comments
 (0)