Browse Source

fix: cli_main.c now need to have an impl of sokol, due to usage in multiple modules

master
heck 2 years ago
parent
commit
5ac11dc884
  1. 4
      src/cli_main.c

4
src/cli_main.c

@ -5,6 +5,10 @@
#include "vmio.h"
#include <getopt.h>
#define SOKOL_IMPL
#include "sokol_time.h"
#undef SOKOL_IMPL
static ORCA_NOINLINE void usage(void)
{ // clang-format off
fprintf(stderr,

Loading…
Cancel
Save