Skip to content

Commit 86ff9fb

Browse files
committed
Try explicit Win32 targetting, since it seems like it otherwise compiles for x64 somehow...
Former-commit-id: 5c10e1109d59f16fdbe2f35497cb23a24f60821b
1 parent 152ab5b commit 86ff9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
msbuild cefclient2010.sln /t:libcef_dll_wrapper:Rebuild /p:Configuration=Release /verbosity:Quiet
2-
msbuild cefclient2010.sln /t:libcef_dll_wrapper:Rebuild /p:Configuration=Debug /verbosity:Quiet
1+
msbuild cefclient2010.sln /t:libcef_dll_wrapper:Rebuild /p:Configuration=Release;Platform=Win32 /verbosity:Quiet
2+
msbuild cefclient2010.sln /t:libcef_dll_wrapper:Rebuild /p:Configuration=Debug;Platform=Win32 /verbosity:Quiet

0 commit comments

Comments
 (0)