Fixed #114: no lwjgl64 in java.library.path

This commit is contained in:
huangyuhui
2017-02-18 12:41:56 +08:00
parent 0bd1b404aa
commit 65e5677788
4 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ def buildnumber = System.getenv("TRAVIS_BUILD_NUMBER")
if (buildnumber == null)
buildnumber = System.getenv("BUILD_NUMBER")
if (buildnumber == null)
buildnumber = "0"
buildnumber = "1"
def versionroot = System.getenv("VERSION_ROOT")
if (versionroot == null)