Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into p2
Browse files Browse the repository at this point in the history
Conflicts:
	Makefile
  • Loading branch information
Reini Urban committed Mar 5, 2013
2 parents 98ebe10 + 87acf86 commit 90fbf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -164,7 +164,7 @@ core/vm.o core/vm.opic: core/vm-dis.c

# the installed version assumes bin/potion loading from ../lib/libpotion (relocatable)
# on darwin we generate a parallel p2/../lib to use @executable_path/../lib/libpotion
ifdef APPLE
ifeq (${APPLE},1)
LIBHACK = ../lib/libpotion.dylib ../lib/libp2.dylib
else
LIBHACK =
Expand Down

0 comments on commit 90fbf22

Please sign in to comment.