Don't build some samples for raspberrypi

This commit is contained in:
Ilya Matveev
2017-11-02 17:49:38 +03:00
committed by ilmat192
parent c603c71b97
commit 1c6e836f20
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apply plugin: 'konan'
konan.targets = ['macbook', 'linux', 'raspberrypi']
konan.targets = ['macbook', 'linux']
def includePrefixes = [ '/opt/local/include', '/usr/include', '/usr/local/include' ]
+1 -1
View File
@@ -1,6 +1,6 @@
apply plugin: 'konan'
konan.targets = ['macbook', 'linux', 'raspberrypi']
konan.targets = ['macbook', 'linux']
konanArtifacts {
interop('libcurl') {
+1 -1
View File
@@ -1,6 +1,6 @@
apply plugin: 'konan'
konan.targets = ['macbook', 'linux', 'raspberrypi']
konan.targets = ['macbook', 'linux']
konanArtifacts {
program('EchoServer')