diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-11-24 01:52:52 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-11-24 01:52:52 +0100 |
| commit | d9d1811f8922f0509d922943efb3c487ace3de9f (patch) | |
| tree | 36ca513816ee1f712c39dd60b3bde776446a0e79 | |
| parent | 3062a63e14585dc30c34ec60ef6016d1b9d82721 (diff) | |
| download | slcl-d9d1811f8922f0509d922943efb3c487ace3de9f.tar.gz | |
configure: Fix typo
slweb was renamed to libweb some time ago:
commit 28ae865e5ecad9b398ac21fa148fc4b93c987226
Author: Xavier Del Campo Romero <xavi.dcr@tutanota.com>
Date: Tue Oct 10 23:43:47 2023 +0200
Apply slweb renaming to libweb
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ fi if [ $in_tree_libweb -ne 0 ] then cat <<"EOF" >> $F -LIBWEB = libweb/libslweb.a +LIBWEB = libweb/libweb.a $(PROJECT): $(LIBWEB) $(LIBWEB): FORCE +cd libweb && $(MAKE) CC=$(CC) |
