mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-29 06:08:59 +08:00
Added unix_unit_test as a dependancy for mongoose
This commit is contained in:
parent
b12cc9fd49
commit
a92aa3bf49
@ -66,13 +66,13 @@ unix_unit_test: $(LUA_SOURCES) Makefile
|
||||
# If not so, this can break some on some Linux distros which use
|
||||
# "-Wl,--as-needed" turned on by default in cc command.
|
||||
# Also, this is turned in many other distros in static linkage builds.
|
||||
$(PROG): $(TINY_SOURCES)
|
||||
$(PROG): $(TINY_SOURCES) unix_unit_test
|
||||
$(CC) $(TINY_SOURCES) -o $@ $(CFLAGS)
|
||||
|
||||
$(PROG)-lua: $(LUA_SOURCES)
|
||||
$(PROG)-lua: $(LUA_SOURCES) unix_unit_test
|
||||
$(CC) $(LUA_SOURCES) -o $@ $(LUA_SQLITE_FLAGS) $(CFLAGS)
|
||||
|
||||
unix: unix_unit_test $(PROG) $(PROG)-lua
|
||||
unix: $(PROG) $(PROG)-lua
|
||||
|
||||
# Windows build
|
||||
$(PROG).exe: $(LUA_SOURCES)
|
||||
|
Loading…
Reference in New Issue
Block a user