diff --git a/runtime-common/stdlib/stdlib.cmake b/runtime-common/stdlib/stdlib.cmake index 219faeee9b..ccfc03aec5 100644 --- a/runtime-common/stdlib/stdlib.cmake +++ b/runtime-common/stdlib/stdlib.cmake @@ -2,8 +2,8 @@ prepend(STDLIB_ARRAY stdlib/array/ array-functions.cpp) prepend(STDLIB_MATH stdlib/math/ math-functions.cpp) prepend(STDLIB_SERIALIZATION stdlib/serialization/ json-functions.cpp json-writer.cpp serialize-functions.cpp) -prepend(STDLIB_STRING stdlib/string/ mbstring-functions.cpp regex-functions.cpp - string-functions.cpp) +prepend(STDLIB_STRING stdlib/string/ mbstring-functions.cpp + regex-functions-common.cpp string-functions.cpp) prepend(STDLIB_SERVER stdlib/server/ url-functions.cpp) set(STDLIB_SRC ${STDLIB_ARRAY} ${STDLIB_MATH} ${STDLIB_SERIALIZATION} diff --git a/runtime-common/stdlib/string/regex-functions.cpp b/runtime-common/stdlib/string/regex-functions-common.cpp similarity index 100% rename from runtime-common/stdlib/string/regex-functions.cpp rename to runtime-common/stdlib/string/regex-functions-common.cpp