Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2008-05-07 19:45:38 +0000
committerAndrew Niefer2008-05-07 19:45:38 +0000
commit4ac7be7a40240af9d7d6a5e7fb0d086fc72d23b1 (patch)
tree23d843516968953c594bb572d2594cee9bc8412a
parent884189772c6e8fcadb32db4b3426e8b2f6c9839d (diff)
downloadrt.equinox.framework-4ac7be7a40240af9d7d6a5e7fb0d086fc72d23b1.tar.gz
rt.equinox.framework-4ac7be7a40240af9d7d6a5e7fb0d086fc72d23b1.tar.xz
rt.equinox.framework-4ac7be7a40240af9d7d6a5e7fb0d086fc72d23b1.zip
*** empty log message ***
-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