Skip to content

Commit eb92cac

Browse files
committed
fixed: missing prefix in librtmp Makefile for non osx builds
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33037 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
1 parent 05a9095 commit eb92cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/librtmp/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ifeq ($(OSTYPE),Darwin)
2929
endif
3030
else
3131
SYS=posix
32+
prefix=/usr
3233
endif
3334

3435
LIBRTMP = librtmp/librtmp/librtmp.so

0 commit comments

Comments
 (0)