Skip to content

Commit

Permalink
Restore the patch back for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Jan 13, 2024
1 parent 7478710 commit 19643a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addons/gdcef/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 +
Expand Down

0 comments on commit 19643a0

Please sign in to comment.