Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
5fce1b6a
Commit
5fce1b6a
authored
Mar 24, 2013
by
Stephane Letz
Browse files
Merge remote-tracking branch 'upstream/master'
parents
83baac75
31c89e52
Changes
1
Hide whitespace changes
Inline
Side-by-side
wscript
View file @
5fce1b6a
...
...
@@ -84,7 +84,7 @@ def configure(conf):
conf
.
load
(
'compiler_cc'
)
platform
=
sys
.
platform
conf
.
env
[
'IS_MACOSX'
]
=
platform
==
'darwin'
conf
.
env
[
'IS_LINUX'
]
=
platform
==
'linux'
or
platform
==
'linux2'
or
platform
==
'posix'
conf
.
env
[
'IS_LINUX'
]
=
platform
==
'linux'
or
platform
==
'linux2'
or
platform
==
'linux3'
or
platform
==
'posix'
conf
.
env
[
'IS_SUN'
]
=
platform
==
'sunos'
# GNU/kFreeBSD and GNU/Hurd are treated as Linux
if
platform
.
startswith
(
'gnu0'
)
or
platform
.
startswith
(
'gnukfreebsd'
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment