mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
No static for linux
This commit is contained in:
parent
6c93446a1f
commit
87b62390b7
@ -16,7 +16,7 @@ mongoose_mac: $(PROG)
|
||||
cp $(PROG) $@
|
||||
|
||||
mongoose_linux: main.c
|
||||
$(GCC) $(CC) ../../mongoose.c main.c $(CFLAGS) -s -static -o $@
|
||||
$(GCC) $(CC) ../../mongoose.c main.c $(CFLAGS) -s -o $@
|
||||
|
||||
mongoose.exe: main.c
|
||||
$(VC98) wine rc /fomongoose.res win32/res.rc
|
||||
|
Loading…
x
Reference in New Issue
Block a user