mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
add missing requires directive for bwt lib
This commit is contained in:
parent
1f9e37b40c
commit
f691f1691e
2 changed files with 2 additions and 1 deletions
2
drongo
2
drongo
|
@ -1 +1 @@
|
|||
Subproject commit 967a2c2026f15a6b458d055e33ac488e53df65fd
|
||||
Subproject commit 60511e2c83eb9a39ab4fd47749b0e7e2da7bf748
|
|
@ -36,4 +36,5 @@ open module com.sparrowwallet.sparrow {
|
|||
requires net.sourceforge.javacsv;
|
||||
requires com.nativelibs4java.bridj;
|
||||
requires org.reactfx.reactfx;
|
||||
requires dev.bwt.jni;
|
||||
}
|
Loading…
Reference in a new issue