Skip to content
Snippets Groups Projects
Commit 2c306118 authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Don't build libNew.dll on Windows

parent 570f1415
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,9 @@ if(builtin_pcre)
endif()
add_subdirectory(rint)
add_subdirectory(thread)
add_subdirectory(newdelete)
if(NOT WIN32)
add_subdirectory(newdelete)
endif()
add_subdirectory(clib)
add_subdirectory(cont)
add_subdirectory(textinput)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment