Fix build of regress/

This commit is contained in:
pancake
2015-09-04 07:56:35 -04:00
parent bb27c4c6af
commit e89174c3f1
3 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@ LIBNAME = unicorn
# Find GLIB
ifndef GLIB
GLIB = `pkg-config --libs glib-2.0`
GLIB = $(shell pkg-config --libs glib-2.0)
endif
UNICORN_DEP_LIBS_STATIC += -lpthread -lm $(GLIB)