From 81d1a3b92271d4fd450dd634037a3a9ba8bbbea5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Jul 2014 09:14:03 +0530 Subject: [PATCH] ... --- setup/installer/linux/freeze2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/installer/linux/freeze2.py b/setup/installer/linux/freeze2.py index 3b86946830..9dff01fe08 100644 --- a/setup/installer/linux/freeze2.py +++ b/setup/installer/linux/freeze2.py @@ -336,6 +336,7 @@ class LinuxFreeze(Command): for mod, bname, func in zip(modules[typ], basenames[typ], functions[typ]): xflags = list(cflags) + xflags.remove('-c') xflags += ['-DGUI_APP='+('1' if typ == 'gui' else '0')] xflags += ['-DMODULE="%s"'%mod, '-DBASENAME="%s"'%bname, '-DFUNCTION="%s"'%func]