Skip to content

Commit

Permalink
Re-applying make file changes for Switch lost in 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKoun committed Feb 20, 2021
1 parent 866dd73 commit f0b6cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bsnes/GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target := bsnes
binary := application
target ?= bsnes
binary ?= application
build := performance
openmp := true
local := false
Expand Down
2 changes: 1 addition & 1 deletion nall/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ifeq ($(platform),windows)
options += -mthreads -lpthread -lws2_32 -lole32
options += $(if $(findstring g++,$(compiler)),-static -static-libgcc -static-libstdc++)
options += $(if $(findstring true,$(console)),-mconsole,-mwindows)
windres := windres
windres ?= windres
endif
# macos settings
Expand Down

0 comments on commit f0b6cf3

Please sign in to comment.