mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add funcfiftlib-portable to workflow script
This commit is contained in:
parent
84a79fc0b9
commit
ffe0a1c630
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ emcmake cmake -DUSE_EMSCRIPTEN=ON -DCMAKE_BUILD_TYPE=Release \
|
|||
test $? -eq 0 || { echo "Can't configure TON with emmake "; exit 1; }
|
||||
cp -R ../crypto/smartcont ../crypto/fift/lib crypto
|
||||
|
||||
emmake make -j16 funcfiftlib func fift tlbc emulator-emscripten
|
||||
emmake make -j16 funcfiftlib funcfiftlib-portable func fift tlbc emulator-emscripten
|
||||
|
||||
test $? -eq 0 || { echo "Can't compile TON with emmake "; exit 1; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue