A little more tweaks on gitchurn.

This commit is contained in:
alexander-gorshenev
2017-10-14 01:07:32 +03:00
parent a11071d55c
commit ddf8d4cc4d
2 changed files with 3 additions and 3 deletions
@@ -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>) {