Skip to content

Commit 0a62a0e

Browse files
committed
Actually run scintilla command.
1 parent a08422b commit 0a62a0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def _link_executable(self, *args, **kwargs):
525525

526526
def run(self):
527527
build_ext.run(self)
528-
# self.run_command('build_scintilla')
528+
self.run_command('build_scintilla')
529529

530530
def build_extensions(self):
531531
# First, sanity-check the 'extensions' list
@@ -572,8 +572,7 @@ def build_extensions(self):
572572
print('Copying file to: ', dst)
573573
self.copy_file(src, dst)
574574

575-
# self._copy_mfc()
576-
# self._build_scintilla()
575+
# self._copy_mfc()
577576
# Copy cpp lib files needed to create Python COM extensions
578577
# print('Listing build directory:')
579578
# self.list_files(os.path.dirname(self.build_temp))

0 commit comments

Comments
 (0)