Skip to content

Commit

Permalink
Add new external_libs/ to python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoEAF committed Sep 24, 2020
1 parent 13f1de5 commit c53bbbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def copy_files_helper(folder_name):
if not os.path.isfile(os.path.join(CURRENT_DIR, '_IS_SOURCE_PACKAGE.txt')):
copy_files_helper('include')
copy_files_helper('src')
copy_files_helper('external_libs')
if not os.path.exists(os.path.join(CURRENT_DIR, "compile", "windows")):
os.makedirs(os.path.join(CURRENT_DIR, "compile", "windows"))
copy_file(os.path.join(CURRENT_DIR, os.path.pardir, "windows", "LightGBM.sln"),
Expand Down

0 comments on commit c53bbbe

Please sign in to comment.