Commit 28fd6664 authored by Rafaël Carré's avatar Rafaël Carré

Revert "npapi: sensible prefix"

This reverts commit 4ec3dd7b.

This broke windows packaging.
parent 4ec53cf7
...@@ -30,7 +30,7 @@ npapi-vlc/configure: stamp-npapi ...@@ -30,7 +30,7 @@ npapi-vlc/configure: stamp-npapi
npapi-vlc/Makefile: npapi-vlc/configure npapi-vlc/Makefile: npapi-vlc/configure
cd npapi-vlc && \ cd npapi-vlc && \
$(SHELL) ./configure \ $(SHELL) ./configure \
--prefix=$(prefix) \ --prefix=/ \
--host=$(host_alias) --build=$(build_alias) \ --host=$(host_alias) --build=$(build_alias) \
CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \ CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
CC="$(CC)" CFLAGS="$(CFLAGS)" \ 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