mingw samples: specify konan.targets for samples not working on windows

This commit is contained in:
Mike Sinkovsky
2017-11-02 14:36:43 +05:00
committed by ilmat192
parent fa6f1fa48e
commit 07917dce2a
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
apply plugin: 'konan'
konan.targets = ['macbook', 'linux']
konanArtifacts {
interop('libgit2') {
target('linux') {
+2
View File
@@ -1,5 +1,7 @@
apply plugin: 'konan'
konan.targets = ['macbook', 'linux', 'raspberrypi']
def includePrefixes = [ '/opt/local/include', '/usr/include', '/usr/local/include' ]
konanArtifacts {
+2
View File
@@ -1,5 +1,7 @@
apply plugin: 'konan'
konan.targets = ['macbook', 'linux', 'raspberrypi']
konanArtifacts {
interop('libcurl') {
target('linux') {
@@ -1,5 +1,7 @@
apply plugin: 'konan'
konan.targets = ['macbook', 'linux', 'raspberrypi']
konanArtifacts {
program('EchoServer')
}
+2
View File
@@ -1,5 +1,7 @@
apply plugin: 'konan'
konan.targets = ['macbook', 'linux']
def tensorflowHome = "${System.getProperty("user.home")}/.konan/third-party/tensorflow"
konanArtifacts {