Skip to content

Commit

Permalink
Merge pull request notaz#24 from sergiobenrocha2/master
Browse files Browse the repository at this point in the history
Fix notaz#23, space after USE_DYNAREC bugs it.
  • Loading branch information
aliaspider committed Jan 19, 2016
2 parents f72db18 + 53919f9 commit bb22137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.libretro
Expand Up @@ -196,7 +196,7 @@ else ifeq ($(platform), qnx)
else ifneq (,$(findstring armv,$(platform)))
TARGET := $(TARGET_NAME)_libretro.so
SHARED := -shared -Wl,--no-undefined
fpic := -fPIC
fpic := -fPIC
DRC_CACHE_BASE = 0
ifneq (,$(findstring cortexa8,$(platform)))
CFLAGS += -marm -mcpu=cortex-a8
Expand All @@ -220,7 +220,7 @@ else ifneq (,$(findstring armv,$(platform)))
ASFLAGS += -mfloat-abi=hard
endif
ARCH = arm
USE_DYNAREC = 1
USE_DYNAREC = 1

# Windows
else
Expand Down

0 comments on commit bb22137

Please sign in to comment.