diff --git a/build.gradle b/build.gradle index 33328c42..1557c417 100644 --- a/build.gradle +++ b/build.gradle @@ -13,6 +13,9 @@ mainClassName = 'itdelatrisu.opsu.Opsu' buildDir = new File(rootProject.projectDir, "build/") def useXDG = 'false' +if(hasProperty('XDG')) { + useXDG = XDG +} sourceCompatibility = 1.7 targetCompatibility = 1.7 @@ -103,4 +106,4 @@ jar { run { dependsOn 'unpackNatives' -} \ No newline at end of file +}