mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
update submodule
This commit is contained in:
parent
52850ccf23
commit
c8606126f0
3 changed files with 6 additions and 1 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,3 +1,7 @@
|
|||
[submodule "contrib/KDMacTouchBar"]
|
||||
path = contrib/KDMacTouchBar
|
||||
url = https://github.com/KDAB/KDMacTouchBar.git
|
||||
[submodule "monero"]
|
||||
path = monero
|
||||
url = https://git.wownero.com/wownero/wownero
|
||||
branch = feather
|
||||
|
|
|
@ -28,7 +28,7 @@ if(DEBUG)
|
|||
set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||
endif()
|
||||
|
||||
set(MONERO_HEAD "b146027bc4515ebadb5e3705a9df9f325c053572")
|
||||
set(MONERO_HEAD "42909c00710cadf68ba1510da67e156a92422e66")
|
||||
set(BUILD_GUI_DEPS ON)
|
||||
set(ARCH "x86-64")
|
||||
set(BUILD_64 ON)
|
||||
|
|
1
monero
Submodule
1
monero
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 42909c00710cadf68ba1510da67e156a92422e66
|
Loading…
Reference in a new issue