mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-27 19:17:06 +08:00
Remove wxUSE_UNICODE from build-wxwidgets.py script
This is not needed any more, it will be defined anyhow.
This commit is contained in:
@@ -373,8 +373,6 @@ def main(scriptName, args):
|
||||
buildDir = os.path.abspath(os.path.join(scriptDir, "..", "msw"))
|
||||
|
||||
print("creating wx/msw/setup.h")
|
||||
if options.unicode:
|
||||
flags["wxUSE_UNICODE"] = "1"
|
||||
|
||||
if options.cairo:
|
||||
if not os.environ.get("CAIRO_ROOT"):
|
||||
|
||||
Reference in New Issue
Block a user