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 meson typo

+2 -2
+2 -2
meson.build
··· 31 31 32 32 libant = static_library( 33 33 'ant', 34 - install: true, 35 34 lib_sources + [snapshot_h, messages_h], 35 + install: true, 36 36 include_directories: include, 37 37 dependencies: ant_deps 38 38 ) ··· 78 78 79 79 executable( 80 80 'ant', 81 - files('src/main.c', 'src/watch.c'), 81 + files('src/main.c', 'src/watch.c') + [messages_h], 82 82 dependencies: libant_dep, link_args: link_args 83 83 )