aboutsummaryrefslogtreecommitdiffstats
path: root/gui/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-06-14 06:23:23 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-06-14 06:23:23 -0400
commitbb8b7b0227bcddaf2e5407084e136804190d4dab (patch)
tree1ea5c106664d8510f1a706121374ec94f4e05832 /gui/Makefile
parentf1773b634eb6cf4e1312379dcc7bcbab7291c60b (diff)
stick with wx3.0; Linux drawing broke again; timer fixes
Diffstat (limited to 'gui/Makefile')
-rw-r--r--gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Makefile b/gui/Makefile
index e06a740..e7e1a74 100644
--- a/gui/Makefile
+++ b/gui/Makefile
@@ -32,7 +32,7 @@ endif
OFILES = $(patsubst %.cc, %.o, $(patsubst %.cpp, %.o, $(CXXFILES)))
ifeq ($(UNAME), Linux)
-LIBS = $(shell wx-config --libs) -lwx_gtk3u_stc-3.1
+LIBS = $(shell wx-config --libs) -lwx_gtk3u_stc-3.0
else
LIBS = -lSetupAPI \
-LC:\wx\lib\gcc810_x64_dll -lwxbase31u -lwxmsw31u_core -lwxmsw31u_stc