Don't build some samples for raspberrypi
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apply plugin: 'konan'
|
apply plugin: 'konan'
|
||||||
|
|
||||||
konan.targets = ['macbook', 'linux', 'raspberrypi']
|
konan.targets = ['macbook', 'linux']
|
||||||
|
|
||||||
def includePrefixes = [ '/opt/local/include', '/usr/include', '/usr/local/include' ]
|
def includePrefixes = [ '/opt/local/include', '/usr/include', '/usr/local/include' ]
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apply plugin: 'konan'
|
apply plugin: 'konan'
|
||||||
|
|
||||||
konan.targets = ['macbook', 'linux', 'raspberrypi']
|
konan.targets = ['macbook', 'linux']
|
||||||
|
|
||||||
konanArtifacts {
|
konanArtifacts {
|
||||||
interop('libcurl') {
|
interop('libcurl') {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apply plugin: 'konan'
|
apply plugin: 'konan'
|
||||||
|
|
||||||
konan.targets = ['macbook', 'linux', 'raspberrypi']
|
konan.targets = ['macbook', 'linux']
|
||||||
|
|
||||||
konanArtifacts {
|
konanArtifacts {
|
||||||
program('EchoServer')
|
program('EchoServer')
|
||||||
|
|||||||
Reference in New Issue
Block a user