diff options
author | dynaflash <[email protected]> | 2012-11-15 17:57:29 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2012-11-15 17:57:29 +0000 |
commit | 066aa49bbdf13897c3ce8c6558367cf6cd6fdb32 (patch) | |
tree | e01b388b527990ded3898fe159927266ba771c58 /make | |
parent | 3430255187a77b9c164047bf4064d73f43844ed3 (diff) |
Introduce Solaris Support
- Patch from icchan … thanks !
- At some point in the past, this was probably dropped. Re-adding it now as a pre-requisite for several upcoming patches to fix the build on Solaris 10.
- ReviewBoard link here https://reviews.handbrake.fr/r/364/
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5063 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make')
-rw-r--r-- | make/configure.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/configure.py b/make/configure.py index b6fe3b60c..3c73d8949 100644 --- a/make/configure.py +++ b/make/configure.py @@ -570,6 +570,8 @@ class ArchAction( Action ): self.mode.mode = 'ppc64' elif host.match( '*-*-linux*' ): pass + elif host.match( '*-*-solaris*' ): + pass else: self.msg_pass = 'WARNING' |