Skip to content

Commit

Permalink
Remove oniguruma linking, regexec works now.
Browse files Browse the repository at this point in the history
  • Loading branch information
precla committed Aug 22, 2018
1 parent 195c027 commit a0c4c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -3,7 +3,7 @@ TARGET_DEBUG = irc-bot-c_dev
CC = gcc
CFLAGS = -Wall
BUILD = -O2
LIBS = -lcurl -lircclient -lonig
LIBS = -lcurl -lircclient
SRC = $(wildcard *.c)
SRCTOOBJ = $(patsubst %.c,%.o, $(SRC))
#SRCTOOBJDEV = $(patsubst %.c,%.o, $(SRC))
Expand Down

0 comments on commit a0c4c5f

Please sign in to comment.