Browse code

Remove extraneous Xt library on Linux

Robert Cranston authored on 27/02/2024 23:46:20
Showing 1 changed files

  • Makefile index c542c95..1f95d68 100644
... ...
@@ -22,7 +22,6 @@ CXXFLAGS += \
22 22
 LDLIBS_Windows += \
23 23
 	-lopengl32
24 24
 LDLIBS_Linux += \
25
-	-lXt \
26 25
 	-lX11 \
27 26
 	-lGL
28 27
 LDLIBS_Mac += \