Skip to content

Commit 90a1a9f

Browse files
committed
Merge branch 'QPR-12436' into 'master'
QPR-12436: update setup.py Closes QPR-12436 See merge request qs/oreswig!76
2 parents 409f5a4 + fc72814 commit 90a1a9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

OREAnalytics-SWIG/Python/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ def finalize_options(self):
150150
if self.debug:
151151
target = "Debug"
152152

153+
self.library_dirs.append(self.validate_path(BOOST_LIB))
154+
153155
try:
154156
self.library_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'build', 'QuantLib', 'ql', target)))
155157
self.library_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'build', 'QuantExt', 'qle', target)))

0 commit comments

Comments
 (0)