mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
don't make executable as shared
This commit is contained in:
parent
6ad0313dbe
commit
d6fe4556fb
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ $(I2PD): $(patsubst %.cpp,obj/%.o,$(DAEMON_SRC))
|
|||
$(CXX) -o $@ $^ $(LDFLAGS) $(LDLIBS)
|
||||
|
||||
$(SHLIB): $(patsubst %.cpp,obj/%.o,$(LIB_SRC))
|
||||
$(CXX) -o $@ $^ $(LDFLAGS) $(LDLIBS)
|
||||
$(CXX) -o $@ $^ $(LDFLAGS) $(LDLIBS) -shared
|
||||
|
||||
clean:
|
||||
rm -fr obj $(I2PD) $(SHLIB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue