]> git.lizzy.rs Git - shadowclad.git/commitdiff
Revert to -L/usr/x86_64-w64-mingw32/lib
authoroutfrost <kotlet.bahn@gmail.com>
Mon, 1 Jun 2020 00:09:02 +0000 (02:09 +0200)
committeroutfrost <kotlet.bahn@gmail.com>
Mon, 1 Jun 2020 00:09:02 +0000 (02:09 +0200)
Makefile

index de4459894974ab14f79ba7b609fe481de0435b2f..106065543eb10c4245027332f0b8c04bb5efa699 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ SRCDIR ?= src
 CPPFLAGS ::= -iquotesrc/ $(CPPFLAGS)
 CFLAGS ::= -g -std=c99 -Wall -Wextra -Wpedantic -Werror $(CFLAGS)
 LDFLAGS ::= $(LDFLAGS)
-LDLIBS ::= -L/usr/x86_64-w64-mingw32/bin -lopengl32 -lglew32 -lfreeglut -lassimp $(LDLIBS)
+LDLIBS ::= -L/usr/x86_64-w64-mingw32/lib -lopengl32 -lglew32 -lfreeglut -lassimp $(LDLIBS)
 
 # ######
 # Paths