diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-06-14 06:23:23 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-06-14 06:23:23 -0400 |
commit | bb8b7b0227bcddaf2e5407084e136804190d4dab (patch) | |
tree | 1ea5c106664d8510f1a706121374ec94f4e05832 /gui/Makefile | |
parent | f1773b634eb6cf4e1312379dcc7bcbab7291c60b (diff) |
stick with wx3.0; Linux drawing broke again; timer fixes
Diffstat (limited to 'gui/Makefile')
-rw-r--r-- | gui/Makefile | 2 |
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 |