< prev index next >

buildSrc/linux.gradle

Print this page
rev 10114 : 8161704: Switch to Jigsaw-aware boot JDK for compiling FX 9
Reviewed-by:

@@ -32,12 +32,13 @@
 // All desktop related packages should be built
 LINUX.compileSwing = true;
 LINUX.compileSWT = true;
 LINUX.compileFXPackager = true;
 
-// Libraries end up in the sdk/lib/$OS_ARCH directory for Linux
+// Libraries end up in the lib/$OS_ARCH directory for Linux
 LINUX.libDest = "lib/$OS_ARCH"
+LINUX.modulesArch = "$OS_ARCH"
 
 // Lambda for naming the generated libs
 LINUX.library = { name -> return "lib${name}.so" as String }
 
 // A set of common parameters to use for both compiling and linking
< prev index next >