Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Mar 28, 2019
1 parent 7522caf commit ce1042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ ifeq ($(OS),Darwin)
LIBUNWIND:=-L$(build_libdir) -losxunwind
JCPPFLAGS+=-DLIBOSXUNWIND
else
LIBUNWIND:=$(build_libdir) -lunwind-generic -lunwind
LIBUNWIND:=-L$(build_libdir) -lunwind-generic -lunwind
endif
endif
endif
Expand Down

0 comments on commit ce1042f

Please sign in to comment.