Two aliases for konanc: kotlinc, kotlinc-native.
This commit is contained in:
committed by
alexander-gorshenev
parent
1942b0eb04
commit
3189d1d8bc
@@ -147,12 +147,8 @@ task dist_compiler(type: Copy) {
|
|||||||
|
|
||||||
from(file('cmd')) {
|
from(file('cmd')) {
|
||||||
fileMode(0755)
|
fileMode(0755)
|
||||||
include('konanc')
|
|
||||||
include('kotlinc-native')
|
|
||||||
include('interop')
|
|
||||||
into('bin')
|
into('bin')
|
||||||
}
|
}
|
||||||
|
|
||||||
from(project(':backend.native').file('konan.properties')) {
|
from(project(':backend.native').file('konan.properties')) {
|
||||||
into('konan')
|
into('konan')
|
||||||
}
|
}
|
||||||
|
|||||||
Executable
+20
@@ -0,0 +1,20 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Copyright 2010-2015 JetBrains s.r.o.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
DIR="${BASH_SOURCE[0]%/*}"
|
||||||
|
: ${DIR:="."}
|
||||||
|
|
||||||
|
"${DIR}"/konanc "$@"
|
||||||
Executable
+20
@@ -0,0 +1,20 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Copyright 2010-2015 JetBrains s.r.o.
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
DIR="${BASH_SOURCE[0]%/*}"
|
||||||
|
: ${DIR:="."}
|
||||||
|
|
||||||
|
"${DIR}"/konanc "$@"
|
||||||
Reference in New Issue
Block a user