summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cygwinccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwinccompiler.py b/cygwinccompiler.py
index 5b06d3d7..f40d1a2d 100644
--- a/cygwinccompiler.py
+++ b/cygwinccompiler.py
@@ -241,7 +241,7 @@ class CygwinCCompiler (UnixCCompiler):
objects.append(def_file)
#end: if ((export_symbols is not None) and
- # (target_desc <> self.EXECUTABLE or self.linker_dll == "gcc")):
+ # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
# who wants symbols and a many times larger output file
# should explicitly switch the debug mode on