MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

change libuv dep order

+1 -1
+1 -1
meson/deps/meson.build
··· 60 60 subprojects_build = meson.project_build_root() / 'vendor' 61 61 62 62 llhttp = subproject('llhttp').get_variable('llhttp_dep') 63 + libuv_dep = subproject('libuv').get_variable('libuv_dep') 63 64 64 65 tlsuv_opts = cmake.subproject_options() 65 66 tlsuv_opts.set_override_option('warning_level', '0') ··· 105 106 tlsuv_opts.append_compile_args('c', tlsuv_compile_args) 106 107 tlsuv_dep = cmake.subproject('tlsuv', options: tlsuv_opts).dependency('tlsuv') 107 108 108 - libuv_dep = subproject('libuv').get_variable('libuv_dep') 109 109 uthash_dep = subproject('uthash').get_variable('uthash_dep') 110 110 yyjson_dep = subproject('yyjson').get_variable('yyjson_dep') 111 111 uuidv7_dep = subproject('uuidv7').get_variable('uuidv7_dep')