Comment change

This commit is contained in:
Adam J. Stewart 2016-05-06 09:57:59 -05:00
parent b211829fb1
commit 58733eb26a

View File

@ -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,'