Skip to content

Commit

Permalink
Merge pull request #2 from libretro/master
Browse files Browse the repository at this point in the history
rebase
  • Loading branch information
evilwraith authored Sep 6, 2019
2 parents 4e4559d + c1f7d09 commit 85129b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ else ifeq ($(platform), classic_armv8_a35)
else ifeq ($(platform), emscripten)
TARGET := $(TARGET_NAME)_libretro_emscripten.bc
else
CC = gcc
CC ?= gcc
TARGET := $(TARGET_NAME)_libretro.dll
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -lwinmm -Wl,--no-undefined
LIBS += -lwinmm -lws2_32
Expand Down
2 changes: 1 addition & 1 deletion jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_STL := gnustl_static
APP_STL := c++_static
APP_ABI := all

0 comments on commit 85129b8

Please sign in to comment.