We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c855ad commit 36a9af7Copy full SHA for 36a9af7
1 file changed
OREAnalytics-SWIG/Python/setup.py
@@ -137,6 +137,7 @@ def finalize_options(self):
137
138
# ADD INCLUDE DIRECTORIES
139
self.include_dirs.append(self.validate_path(BOOST_DIR))
140
+ self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'build', 'QuantLib')))
141
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'QuantLib')))
142
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'QuantExt')))
143
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'OREData')))
0 commit comments