Skip to content

Commit

Permalink
test disable gmp and use own fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Jun 19, 2024
1 parent 443b231 commit b0a3f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "libsession-util"]
path = libsession-util
url = https://github.com/oxen-io/libsession-util.git
url = https://github.com/Bilb/libsession-util.git
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]"
},
"scripts": {
"install": "cmake-js compile --runtime=electron --runtime-version=25.8.4 -p16 --CDSUBMODULE_CHECK=OFF --CDLOCAL_MIRROR=https://oxen.rocks/deps"
"install": "cmake-js compile --runtime=electron --runtime-version=25.8.4 -p16 --CDSUBMODULE_CHECK=OFF --CDLOCAL_MIRROR=https://oxen.rocks/deps --CDENABLE_ONIONREQ=OFF"
},
"devDependencies": {
"clang-format": "^1.8.0"
Expand Down

0 comments on commit b0a3f67

Please sign in to comment.