More functions ported over to monero_c.

Some leftovers are still present - but shouldn't contain anything
that is required by anonero
This commit is contained in:
Czarek Nakamoto
2024-01-02 00:26:21 +01:00
parent a1e087b617
commit 8af549fea9
5 changed files with 1125 additions and 33 deletions

View File

@@ -401,8 +401,7 @@ jobs:
&& cd libbridge \
&& mkdir build \
&& cd build \
&& env CC=clang CXX=clang++ cmake -DANDROID_ABI=${{ matrix.full_arch }} .. \
&& make -j${NPROC}
&& env CC=clang CXX=clang++ cmake -DANDROID_ABI=${{ matrix.full_arch }} ..
- name: Build libbridge (2/2) make
run: |
cd ${{ github.workspace }} \