Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c b/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
index 9ba81bff8..3551255e6 100644
--- a/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
@@ -575,7 +575,7 @@ char * findVMLibrary( char* command ) {
char * lib = findLib(cmd);
if (lib != NULL) {
// This does not seem to be necessary to load the Mac JVM library
- //adjustLibraryPath(lib);
+ if (0) adjustLibraryPath(lib);
result = lib;
}
}

Back to the top