Skip to content
Snippets Groups Projects
Commit 58733eb2 authored by Adam J. Stewart's avatar Adam J. Stewart
Browse files

Comment change

parent b211829f
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ class Compiler(object): ...@@ -91,7 +91,7 @@ class Compiler(object):
# version suffix for gcc. # version suffix for gcc.
suffixes = [r'-.*'] suffixes = [r'-.*']
# Flags used by this compiler to set an rpath # Default flags used by a compiler to set an rpath
@property @property
def cc_rpath_arg(self): def cc_rpath_arg(self):
return '-Wl,-rpath,' return '-Wl,-rpath,'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment