We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b6426 commit d994cb2Copy full SHA for d994cb2
Makefile.settings
@@ -7,9 +7,15 @@ SDSPREL=46
7
8
## Git hash for libstirshaken
9
## https://github.com/signalwire/libstirshaken
10
-LIBSSHASH=6d99ee01ecb3d2930d5440b0e78e2cb3b1f3f326
+##
11
+## Note 2023-10-18:
12
+## This is a commit from the `test` branch, not from master. This is due
13
+## to https://github.com/signalwire/libstirshaken/issues/138 causing
14
+## the tests to fail being compiled, because of a missing include path.
15
+## This should be updated to master when this is merged.
16
+LIBSSHASH=65272ac2f4af05d9e25d04753e2ecbeddb23e6d0
17
LIBSSVERS=2023.08.22
-LIBSSREL=1
18
+LIBSSREL=2
19
20
## Git hash for libkitchensink
21
## https://github.com/signalwire/libks
0 commit comments