Changeset 218430 in webkit
- Timestamp:
- Jun 16, 2017, 5:20:54 PM (8 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r218258 r218430 1 2017-06-16 Alex Christensen <achristensen@webkit.org> 2 3 Fix Visual Studio 2017 64-bit build after r218258 4 https://bugs.webkit.org/show_bug.cgi?id=173308 5 6 * PlatformWin.cmake: 7 We still need the enable_language(ASM_MASM) even if we explicitly call ml64 with VS2017. 8 Otherwise CMake complains about a missing variable CMAKE_ASM_MASM_COMPILE_OBJECT. 9 1 10 2017-06-14 Fujii Hironori <Hironori.Fujii@sony.com> 2 11 -
trunk/Source/WebKit/PlatformWin.cmake
r218258 r218430 255 255 256 256 if (CMAKE_SIZEOF_VOID_P EQUAL 8) 257 enable_language(ASM_MASM) 257 258 if (MSVC) 258 259 set(MASM_EXECUTABLE ml64) … … 269 270 ) 270 271 else () 271 enable_language(ASM_MASM)272 272 list(APPEND WebKit_SOURCES 273 273 win/plugins/PaintHooks.asm
Note:
See TracChangeset
for help on using the changeset viewer.