Add oniguruma library to LIBS

This commit is contained in:
Kevin Sawicki
2012-08-21 18:12:19 -07:00
parent fcd8e6396a
commit 79d220533d

View File

@@ -56,7 +56,8 @@ LIBS := -lX11 \
-lssl \
-lcrypto \
-lcef \
-lcef_dll_wrapper
-lcef_dll_wrapper \
-lonig
SOURCES=atom.cpp native_handler.cpp client_handler.cpp
OBJECTS=$(SOURCES:.cpp=.o)