A little more tweaks on gitchurn.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
headers = git2.h time.h
|
headers = git2.h
|
||||||
linkerOpts.osx = -L/opt/local/lib -L/usr/local/lib -lgit2
|
linkerOpts.osx = -L/opt/local/lib -L/usr/local/lib -lgit2
|
||||||
linkerOpts.linux = -L/usr/lib/x86_64-linux-gnu -lgit2
|
linkerOpts.linux = -L/usr/lib/x86_64-linux-gnu -lgit2
|
||||||
headerFilter = git2/** time.h
|
headerFilter = git2/**
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
package org.konan.libgit
|
package org.konan.libgit
|
||||||
|
|
||||||
import kotlinx.cinterop.*
|
import kotlinx.cinterop.*
|
||||||
import platform.linux.*
|
import platform.posix.*
|
||||||
import libgit2.*
|
import libgit2.*
|
||||||
|
|
||||||
fun main(args: Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
|
|||||||
Reference in New Issue
Block a user