Diff

util-src/GNUmakefile @ 12354:3ce3633527af

util.struct: Import Roberto 'struct' library v0.3 Downloaded from http://www.inf.puc-rio.br/~roberto/struct/ This is for compatibility with Lua 5.2 (and 5.1). Eventually we can replace this with string.pack/string.unpack which are available in 5.3+.
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2022 15:03:02 +0000
parent 11166:51e5149ed0ad
child 12693:7c5afbdcbc77
line wrap: on
line diff
--- a/util-src/GNUmakefile	Fri Mar 04 15:00:30 2022 +0000
+++ b/util-src/GNUmakefile	Fri Mar 04 15:03:02 2022 +0000
@@ -7,7 +7,8 @@
 TARGET?=../util/
 
 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
-    ringbuffer.so time.so poll.so compat.so strbitop.so
+    ringbuffer.so time.so poll.so compat.so strbitop.so \
+    struct.so
 
 ifdef RANDOM
 ALL+=crand.so