Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fize Jacques
GMatch4py
Commits
5282767f
Commit
5282767f
authored
Jul 12, 2018
by
Fize Jacques
Browse files
DEBUG Linux setup
parent
970852f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
5282767f
...
...
@@ -10,7 +10,7 @@ except:
print
(
"copy from www.cython.org and install it"
)
sys
.
exit
(
1
)
is_linux
=
sys
.
platform
.
system
()
==
'
L
inux'
is_linux
=
sys
.
platform
==
'
l
inux'
libs
=
[]
if
is_linux
:
# Issue #42
libs
.
append
(
'rt'
)
# -lrt for clock_gettime
...
...
Write
Preview
Markdown
is supported
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