Browse Source

fix missing 'seed_initialized' symbol error in Linux build

pull/1639/head
bsp2 6 years ago
parent
commit
8dfecaa7d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dep/jansson-2.10/makefile.linux

+ 1
- 1
dep/jansson-2.10/makefile.linux View File

@@ -7,7 +7,7 @@ include ../yac/install_linux.mk

TARGET_BASENAME=jansson

EXTRAFLAGS= -I./ -Isrc/ -DHAVE_STDINT_H
EXTRAFLAGS= -I./ -Isrc/ -DHAVE_STDINT_H -DHAVE_ATOMIC_BUILTINS -DHAVE_SCHED_YIELD

EXTRALIBS=



Loading…
Cancel
Save