mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge ffe0a1c630 into 44e7e091b2
This commit is contained in:
commit
0bb0a6bba6
2 changed files with 22 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ emcmake cmake -DUSE_EMSCRIPTEN=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAK
|
|||
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