makefile typo

pull/1/head
Clyne 3 years ago
parent 93c4146982
commit f3277c3878
Signed by: clyne
GPG Key ID: 3267C8EBF3F9AFC7

@ -19,7 +19,7 @@ LDFLAGS = -mwindows -lSDL2 -lopengl32 -lsetupapi -lole32
OUTPUT := stmdspgui.exe OUTPUT := stmdspgui.exe
else else
CXXFILES += source/serial/src/impl/unix.cc \ CXXFILES += source/serial/src/impl/unix.cc \
source/serial/src/impl/list_ports/list_ports_unix.cc source/serial/src/impl/list_ports/list_ports_linux.cc
LDFLAGS = -lSDL2 -lGL -lpthread LDFLAGS = -lSDL2 -lGL -lpthread
OUTPUT := stmdspgui OUTPUT := stmdspgui
endif endif

Loading…
Cancel
Save