Skip to content

Commit c29a131

Browse files
authored
Fix bad header search path (#6)
1 parent 922b236 commit c29a131

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
// Project Version
8-
ext.pub_version = "0.95-2"
8+
ext.pub_version = "0.95-3"
99

1010
static def get_platform() {
1111
def platform

publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ task cppHeadersZip(type: Zip) {
5454
include "**/*.h", "**/*.hpp"
5555
}
5656

57-
from("${project.libssh_build}-debug/include") {
57+
from("${project.libssh_build}/debug/include") {
5858
into "/"
5959
include "**/*.h", "**/*.hpp"
6060
}

0 commit comments

Comments
 (0)