Skip to content

Commit 08f9a4e

Browse files
authored
Update CMakeLists.txt
1 parent d8f1769 commit 08f9a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ if(BUILD_QJS_LIBC)
211211
endif()
212212
list(APPEND qjs_defines _GNU_SOURCE)
213213
if(WIN32)
214+
# NB: Windows 7 is EOL and we are only supporting in so far as it doesn't interfere with progress.
214215
list(APPEND qjs_defines WIN32_LEAN_AND_MEAN _WIN32_WINNT=0x0601)
215216
endif()
216217
list(APPEND qjs_libs ${CMAKE_DL_LIBS})

0 commit comments

Comments
 (0)