Skip to content

Commit

Permalink
Trezor hardware wallet support disabled because probuf undefined symb…
Browse files Browse the repository at this point in the history
…ol with libmonero-java.so
  • Loading branch information
nsec1 committed Sep 6, 2024
1 parent 334442a commit da43553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/build_libmonero_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ else
(cd $MONERO_BUILD_DIR && \
cmake -D STATIC=ON -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release \
-D OPENSSL_ROOT_DIR=$OPENSSL_ROOT_DIR \
-D USE_DEVICE_TREZOR=OFF \
../.. && make -j$HOST_NCORES wallet) || exit 1
fi
cd ../../
Expand Down

0 comments on commit da43553

Please sign in to comment.