mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated func and tonlib
This commit is contained in:
parent
493ae2410c
commit
a73d202ba2
50 changed files with 1340 additions and 271 deletions
|
@ -2,8 +2,8 @@
|
|||
pushd .
|
||||
mkdir -p build_native
|
||||
cd build_native
|
||||
cmake .. || exit 1
|
||||
cmake --build . --target prepare_cross_compiling || exit 1
|
||||
cmake -DTON_ONLY_TONLIB=ON .. || exit 1
|
||||
cmake --build . --target prepare_cross_compiling || exit 2
|
||||
#cmake --build . --target tl_generate_java || exit 1
|
||||
popd
|
||||
php AddIntDef.php src/drinkless/org/ton/TonApi.java || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue