aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw/makefile
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2018-02-12 23:39:19 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2018-02-12 23:39:19 +0800
commit7621516c1ca0ecf9f80d094763a1705c32d7458f (patch)
treee8cd9cd39107114354ea03d268468aac36837710 /smelt/glfw/makefile
parent7a0afbb0ee9ead422307a36d90e60702d7dbc5fb (diff)
downloadSMELT-7621516c1ca0ecf9f80d094763a1705c32d7458f.tar.xz
Now we have unified the GLFW versions (uglily).
Also fixed a symbol conflict for the good old msvc.
Diffstat (limited to 'smelt/glfw/makefile')
-rw-r--r--smelt/glfw/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/smelt/glfw/makefile b/smelt/glfw/makefile
index d487454..3594e5f 100644
--- a/smelt/glfw/makefile
+++ b/smelt/glfw/makefile
@@ -1,5 +1,5 @@
CC= g++
-CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I../../include -D_LINUX -fPIC
+CXXFLAGS+= -c -g -O2 -std=c++11 -Wall -I../../include -D_LINUX -fPIC
TARGET= libsmelt.a
all: objects-normal archive-normal