set_soenv.in: fixed FRAMEWORKSHOME path prefix for MacOSX JavaVM.framework.
This commit is contained in:
parent
19563cec2d
commit
0b298702e4
1 changed files with 1 additions and 1 deletions
|
@ -967,7 +967,7 @@ $XINC = PathFormat('@XINC@'); # X11 includes
|
|||
|
||||
# Mac OS X/Darwin only variables.
|
||||
if ( $platform =~ m/darwin/ )
|
||||
{ $FRAMEWORKSHOME = $ds."System".$ds."Library".$ds."Frameworks";
|
||||
{ $FRAMEWORKSHOME = $ds."Developer".$ds."SDKs".$ds."MacOSX10.4u.sdk".$ds."System".$ds."Library".$ds."Frameworks";
|
||||
if ( $XLIB eq "no_x_libraries" ) {
|
||||
$GUIBASE = "aqua";
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue