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