Browse Source

I am an idiot (#977)

yamashi 3 years ago
parent
commit
a415e330c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/c/cef/xmake.lua

+ 1 - 1
packages/c/cef/xmake.lua

@@ -32,7 +32,7 @@ package("cef")
         add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MT", type = "string", readonly = true})
         add_configs("vs_runtime", {description = "Set vs compiler runtime.", default = "MT", type = "string", readonly = true})
     end
     end
 
 
-    add_patches("97.7.9", path.join(os.scriptdir(), "patches", "97.1.9", "msvc_cpp20.patch"), "28562870ae1dd30eaa42a9297ad76eae8f80422cdf3638674c80e51768fb520d")
+    add_patches("97.1.9", path.join(os.scriptdir(), "patches", "97.1.9", "msvc_cpp20.patch"), "28562870ae1dd30eaa42a9297ad76eae8f80422cdf3638674c80e51768fb520d")
 
 
     add_configs("shared", {description = "Build shared library.", default = true, type = "boolean", readonly = true})
     add_configs("shared", {description = "Build shared library.", default = true, type = "boolean", readonly = true})