From 19643a0f89a198c59635aecee352ad4027bdf8fa Mon Sep 17 00:00:00 2001 From: Quentin Quadrat Date: Sat, 13 Jan 2024 23:18:40 +0100 Subject: [PATCH] Restore the patch back for Windows --- addons/gdcef/build.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/addons/gdcef/build.py b/addons/gdcef/build.py index 3def00a..9e1c619 100755 --- a/addons/gdcef/build.py +++ b/addons/gdcef/build.py @@ -288,9 +288,7 @@ def patch_cef(): ### Compile Chromium Embedded Framework cefsimple example if not already made def compile_cef(): if os.path.isdir(THIRDPARTY_CEF_PATH): - # TODO Godot 4: don't know why these patches were necessary in the past, but they seem to break things now - # Apply patches for Windows - # patch_cef() + patch_cef() os.chdir(THIRDPARTY_CEF_PATH) info("Compiling Chromium Embedded Framework in " + CEF_TARGET +