Skip to content

Commit

Permalink
Revert "npapi: sensible prefix"
Browse files Browse the repository at this point in the history
This reverts commit 4ec3dd7.

This broke windows packaging.
  • Loading branch information
funman committed Mar 4, 2014
1 parent 4ec53cf commit 28fd666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/package/npapi.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)" \
Expand Down

0 comments on commit 28fd666

Please sign in to comment.