We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dac6b commit 787cbe5Copy full SHA for 787cbe5
CHANGELOG.md
@@ -28,6 +28,10 @@ The scope of what is covered by the version number excludes:
28
29
## Version history
30
31
+### unreleased
32
+
33
+- Fix: include all objects in Makefile
34
35
### version 0.4.3, released 28-Aug-2024
36
37
- Chore: add compiler error on Windows if Virtual Terminal Processing is unavailable.
src/Makefile
@@ -217,7 +217,7 @@ LUALIB= $(LUALIB_$(PLAT))
217
#------
218
# Objects
219
#
220
-OBJS=core.$(O) compat.$(O) time.$(O) environment.$(O) random.$(O) term.$(O)
+OBJS=bitflags.$(O) compat.$(O) core.$(O) environment.$(O) random.$(O) term.$(O) time.$(O) wcwidth.$(O)
221
222
223
# Targets
0 commit comments