Commit 4ec3dd7b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

npapi: sensible prefix

parent 54536c58
......@@ -30,7 +30,7 @@ npapi-vlc/configure: stamp-npapi
npapi-vlc/Makefile: npapi-vlc/configure
cd npapi-vlc && \
$(SHELL) ./configure \
--prefix=/ \
--prefix=$(prefix) \
--host=$(host_alias) --build=$(build_alias) \
CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
CC="$(CC)" CFLAGS="$(CFLAGS)" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment