Skip to content

Commit

Permalink
Fix build in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 26, 2018
1 parent 7747079 commit fb2dd92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ endif
VALA_PRIVATE_CODEGEN=--pkg $(VALAPKG)
VALA_PRIVATE_CODEGEN+=--vapidir=$(PWD)/private --pkg codegen -X -I$(PWD)/private
VALA_PRIVATE_CODEGEN+=-X -L$(VALA_PKGLIBDIR) -X -lvalaccodegen
ifneq ($(shell uname),Darwin)
VALA_PRIVATE_CODEGEN+=-X -Wl,-rpath=$(VALA_PKGLIBDIR)
endif

w32:
$(MAKE) W32=1
Expand Down

0 comments on commit fb2dd92

Please sign in to comment.