Browse Source

Update config.mk

master
Eudald Gubert i Roldan Raspbeguy 4 years ago
parent
commit
e88bebf12b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk View File

@@ -11,7 +11,7 @@ EVLOOP = ./evloop

# includes and libs
INCS = -I${MISC} -I${EVLOOP}
LIBS = -lcrypto -lm
LIBS = -lcrypto -lm -lpthread

# flags
CPPFLAGS = ${INCS} -DHAVE_CLOCK_MONOTONIC=1 -DEVLOOP_NONE


Loading…
Cancel
Save