Commit 1af9f7d3 authored by Rafaël Carré's avatar Rafaël Carré

win32 packaging: point npapi build to CONTRIB_DIR/gecko-sdk

parent 88784aa9
......@@ -18,7 +18,7 @@ stamp-npapi-configure: stamp-npapi-autogen
$(SHELL) ./configure \
--prefix=/ \
--host=$(host_alias) --build=$(build_alias) \
--with-mozilla-sdk-path="../$(srcdir)/extras/contrib/hosts/$(host_alias)/gecko-sdk" \
--with-mozilla-sdk-path="$(CONTRIB_DIR)/gecko-sdk" \
CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
CC="$(CC)" CFLAGS="$(CFLAGS)" \
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
......
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