jorisvandenbossche commented on code in PR #13311:
URL: https://github.com/apache/arrow/pull/13311#discussion_r918614322
##########
python/setup.py:
##########
@@ -245,6 +334,10 @@ def _run_cmake(self):
if not os.path.isdir(build_temp):
self.mkpath(build_temp)
+ if self.inplace:
+ # a bit hacky
+ build_lib = saved_cwd
Review Comment:
This is now repeated a bit below (line 429), so it can be removed there
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]