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.

fix uuid dep linkage for win32

+5 -1
+5 -1
meson/deps/meson.build
··· 108 108 tlsuv_opts.append_compile_args('c', tlsuv_compile_args) 109 109 tlsuv_dep = cmake.subproject('tlsuv', options: tlsuv_opts).dependency('tlsuv') 110 110 111 + base64_dep = declare_dependency( 112 + dependencies: subproject('aklomp-base64').get_variable('base64_dep'), 113 + compile_args: ['-DBASE64_STATIC_DEFINE'], 114 + ) 115 + 111 116 uthash_dep = subproject('uthash').get_variable('uthash_dep') 112 117 yyjson_dep = subproject('yyjson').get_variable('yyjson_dep') 113 118 uuidv7_dep = subproject('uuidv7').get_variable('uuidv7_dep') 114 - base64_dep = subproject('aklomp-base64').get_variable('base64_dep') 115 119 argtable3_dep = subproject('argtable3').get_variable('argtable3_dep') 116 120 minicoro_dep = subproject('minicoro').get_variable('minicoro_dep') 117 121 crprintf_dep = subproject('crprintf').get_variable('crprintf_dep')