mirror of
https://github.com/imprudence/imprudence.git
synced 2026-08-14 09:02:35 +00:00
Hack up the Mac packaging to actually work.
Evil hack, but this part seems broken on Mac. Works fine on Linux, dunno about Windows. Now it even builds from ssh with no GUI running.
This commit is contained in:
@@ -740,8 +740,9 @@ class DarwinManifest(ViewerManifest):
|
||||
self.run_command('strip -S "%(viewer_binary)s"' %
|
||||
{ 'viewer_binary' : self.dst_path_of('Contents/MacOS/Second Life')})
|
||||
|
||||
|
||||
def package_finish(self):
|
||||
# No idea why, but the Mac version is not calling this, though the Linux version does. I've not checked the Windows version yet.
|
||||
# SO just let it fall through and hope that doesn't mess things up.
|
||||
# def package_finish(self):
|
||||
channel_standin = 'Imprudence' # hah, our default channel is not usable on its own
|
||||
if not self.default_channel():
|
||||
channel_standin = self.channel()
|
||||
|
||||
@@ -8,7 +8,8 @@ if [[ "$OSTYPE" =~ ^cygwin ]] ; then
|
||||
iscc newview/${TYPE}/package/${version}-Windows-x86.iss
|
||||
elif [[ "$OSTYPE" =~ ^darwin ]] ; then
|
||||
cd ../../indra/build-darwin-*
|
||||
../../scripts/package.py --build-dir=.
|
||||
# This is actually taken care of in the build stage. For now.
|
||||
#../../scripts/package.py --build-dir=.
|
||||
else
|
||||
cd ../../indra/viewer-linux-*
|
||||
make package
|
||||
|
||||
Reference in New Issue
Block a user