Skip to content

Commit

Permalink
fix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodri committed Sep 19, 2022
1 parent 5038461 commit 9047d8a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions recipe/do-not-build-scintilla.patch
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
diff --git a/setup.py b/setup.py
index e74e6d97..53b2b56a 100644
--- a/setup.py
+++ b/setup.py
@@ -748,7 +748,7 @@ class my_build_ext(build_ext):

# Not sure how to make this completely generic, and there is no
# need at this stage.
- self._build_scintilla()
+ # self._build_scintilla()
# Copy cpp lib files needed to create Python COM extensions
clib_files = (
["win32", "pywintypes%s.lib"],
@@ -2425,7 +2425,7 @@ packages = [
"pythonwin.pywin.framework.editor.color",
"pythonwin.pywin.idle",
"pythonwin.pywin.mfc",
- "pythonwin.pywin.scintilla",
+ # "pythonwin.pywin.scintilla",
"pythonwin.pywin.tools",
"isapi",
"adodbapi",
diff --git a/setup.py b/setup.py
index e74e6d97..53b2b56a 100644
--- a/setup.py
+++ b/setup.py
@@ -748,7 +748,7 @@ class my_build_ext(build_ext):

# Not sure how to make this completely generic, and there is no
# need at this stage.
- self._build_scintilla()
+ # self._build_scintilla()
# Copy cpp lib files needed to create Python COM extensions
clib_files = (
["win32", "pywintypes%s.lib"],
@@ -2425,7 +2425,7 @@ packages = [
"pythonwin.pywin.framework.editor.color",
"pythonwin.pywin.idle",
"pythonwin.pywin.mfc",
- "pythonwin.pywin.scintilla",
+ # "pythonwin.pywin.scintilla",
"pythonwin.pywin.tools",
"isapi",
"adodbapi",

0 comments on commit 9047d8a

Please sign in to comment.