diff --git a/.gitmodules b/.gitmodules index f56a6f8..fb8a2f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 17bf773..56b0309 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/monero b/monero new file mode 160000 index 0000000..42909c0 --- /dev/null +++ b/monero @@ -0,0 +1 @@ +Subproject commit 42909c00710cadf68ba1510da67e156a92422e66