revocap-refiner: fixed typo in pic flags (#16694)
This commit is contained in:
parent
ffdd94dd9f
commit
ce8cf5d9b0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class RevocapRefiner(MakefilePackage):
|
|||
|
||||
def edit(self, spec, prefix):
|
||||
cflags = ['-O']
|
||||
cxxflags = ['-O', self.compiler.pic_flag]
|
||||
cxxflags = ['-O', self.compiler.cxx_pic_flag]
|
||||
fflags = ['']
|
||||
ldshare = ['']
|
||||
libs = ['-lstdc++']
|
||||
|
|
Loading…
Reference in a new issue