Skip to content

Commit 36a9af7

Browse files
committed
Add ql build include dir to include the autogenerated headers
1 parent 7c855ad commit 36a9af7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OREAnalytics-SWIG/Python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def finalize_options(self):
137137

138138
# ADD INCLUDE DIRECTORIES
139139
self.include_dirs.append(self.validate_path(BOOST_DIR))
140+
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'build', 'QuantLib')))
140141
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'QuantLib')))
141142
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'QuantExt')))
142143
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'OREData')))

0 commit comments

Comments
 (0)