File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ifeq ($(OS), Windows_NT)
24
24
# Set Windows macros
25
25
platform := Windows
26
26
CXX ?= g++
27
- linkFlags += -Wl,--allow-multiple-definition -pthread -lopengl32 -lgdi32 -lwinmm -mwindows - static -static-libgcc -static-libstdc++
27
+ linkFlags += -Wl,--allow-multiple-definition -pthread -lopengl32 -lgdi32 -lwinmm -static -static-libgcc -static-libstdc++
28
28
THEN := &&
29
29
PATHSEP := \$(BLANK)
30
30
MKDIR := -mkdir -p
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ It's pretty simple actually:
139
139
- [ rafaeldelboni] ( https://github.com/rafaeldelboni ) Rafael Delboni - contributor
140
140
- [ jason-cannon] ( https://github.com/jason-cannon ) Jason Cannon - contributor
141
141
- [ return215] ( https://github.com/return215 ) Muhammad Hidayat - contributor
142
+ - [ Samuel Asher Rivello] ( https://github.com/SamuelAsherRivello ) - contributor
143
+
142
144
143
145
## Licence
144
146
You can’t perform that action at this time.
0 commit comments