Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/.cproject')
-rw-r--r--bundles/org.eclipse.equinox.executable/.cproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/.cproject b/bundles/org.eclipse.equinox.executable/.cproject
index da39082d5..87f345d4a 100644
--- a/bundles/org.eclipse.equinox.executable/.cproject
+++ b/bundles/org.eclipse.equinox.executable/.cproject
@@ -109,7 +109,7 @@
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="linux-all" path="library/gtk" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
-<buildCommand>make</buildCommand>
+<buildCommand>make JAVA_HOME=/usr/java/sun-150 DEFAULT_OS_ARCH=x86_64</buildCommand>
<buildArguments>-f make_linux.mak</buildArguments>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>

Back to the top