We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922b236 commit c29a131Copy full SHA for c29a131
2 files changed
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
// Project Version
8
-ext.pub_version = "0.95-2"
+ext.pub_version = "0.95-3"
9
10
static def get_platform() {
11
def platform
publish.gradle
@@ -54,7 +54,7 @@ task cppHeadersZip(type: Zip) {
54
include "**/*.h", "**/*.hpp"
55
56
57
- from("${project.libssh_build}-debug/include") {
+ from("${project.libssh_build}/debug/include") {
58
into "/"
59
60
0 commit comments