Skip to content

Commit 9f87408

Browse files
committed
Fix postbuildcommands for CEF
1 parent a6c0027 commit 9f87408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/cef3/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project "CEF"
1818
local path = buildpath(".")
1919
local cef_path = "%{wks.location}/../Vendor/cef3/cef/"
2020
postbuildcommands {
21-
"{COPY} \""..cef_path.."Release/*\" \""..path.."mta\"",
21+
"robocopy \""..cef_path.."Release\" \""..path.."mta\" /S /IT /NFL /NDL /NJH /XF d3dcompiler_47.dll /XF *.lib",
2222
"{COPY} \""..cef_path.."Resources/icudtl.dat\" \""..path.."mta\"",
2323
"{COPY} \""..cef_path.."Resources/*.pak\" \""..path.."mta\"",
2424
"{COPY} \""..cef_path.."Resources/locales/*\" \""..path.."mta/cef/locales\""

0 commit comments

Comments
 (0)