g/c: -linq
This commit is contained in:
@@ -42,7 +42,6 @@ public class KonanTest extends DefaultTask {
|
|||||||
project.exec {
|
project.exec {
|
||||||
commandLine "${llvmC}", "${testC}", "${runtimeS.absolutePath}", "${sourceS.absolutePath}", "${mainC}",
|
commandLine "${llvmC}", "${testC}", "${runtimeS.absolutePath}", "${sourceS.absolutePath}", "${mainC}",
|
||||||
"-o", "${exe}"
|
"-o", "${exe}"
|
||||||
|
|
||||||
}
|
}
|
||||||
def res = project.exec {
|
def res = project.exec {
|
||||||
commandLine "${exe}"
|
commandLine "${exe}"
|
||||||
|
|||||||
Reference in New Issue
Block a user