File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 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)
2424 # Set Windows macros
2525 platform := Windows
2626 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++
2828 THEN := &&
2929 PATHSEP := \$(BLANK)
3030 MKDIR := -mkdir -p
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ It's pretty simple actually:
139139- [ rafaeldelboni] ( https://github.com/rafaeldelboni ) Rafael Delboni - contributor
140140- [ jason-cannon] ( https://github.com/jason-cannon ) Jason Cannon - contributor
141141- [ return215] ( https://github.com/return215 ) Muhammad Hidayat - contributor
142+ - [ Samuel Asher Rivello] ( https://github.com/SamuelAsherRivello ) - contributor
143+
142144
143145## Licence
144146
You can’t perform that action at this time.
0 commit comments