Commit 19f50e15 authored by Rafaël Carré's avatar Rafaël Carré

don't use --with-mozilla-sdk-path

parent f305b4f1
......@@ -24,9 +24,8 @@ stamp-npapi-configure: stamp-npapi-autogen
$(SHELL) ./configure \
--prefix=/ \
--host=$(host_alias) --build=$(build_alias) \
--with-mozilla-sdk-path="$(CONTRIB_DIR)/gecko-sdk" \
$(CONF_ACTIVEX) \
CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS) -I$(CONTRIB_DIR)/gecko-sdk" \
CC="$(CC)" CFLAGS="$(CFLAGS)" \
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
......
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