Skip to content

Commit

Permalink
Last one.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 3, 2020
1 parent bf31fbd commit 0c2d22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/xgboost/libpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def find_lib_path():
# editable installation, no copying is performed.
os.path.join(curr_path, os.path.pardir, os.path.pardir, 'lib'),
# CI sphinx build doc, not sure why is it under such a strange path.
curr_path
os.path.join(sys.prefix, 'xgboost'),
]
if sys.platform == 'win32':
if platform.architecture()[0] == '64bit':
Expand Down

0 comments on commit 0c2d22f

Please sign in to comment.