mingw samples: specify konan.targets for samples not working on windows
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
apply plugin: 'konan'
|
||||
|
||||
konan.targets = ['macbook', 'linux']
|
||||
|
||||
konanArtifacts {
|
||||
interop('libgit2') {
|
||||
target('linux') {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
apply plugin: 'konan'
|
||||
|
||||
konan.targets = ['macbook', 'linux', 'raspberrypi']
|
||||
|
||||
def includePrefixes = [ '/opt/local/include', '/usr/include', '/usr/local/include' ]
|
||||
|
||||
konanArtifacts {
|
||||
|
||||
@@ -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')
|
||||
}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
apply plugin: 'konan'
|
||||
|
||||
konan.targets = ['macbook', 'linux']
|
||||
|
||||
def tensorflowHome = "${System.getProperty("user.home")}/.konan/third-party/tensorflow"
|
||||
|
||||
konanArtifacts {
|
||||
|
||||
Reference in New Issue
Block a user