Merge pull request #171 from funbars/t1

libretro windows compiler (random) Fixes #111 #154
This commit is contained in:
Lior Halphon 2019-05-10 14:15:49 +03:00 committed by GitHub
commit aa0309e425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ else
CC = gcc
TARGET := $(TARGET_NAME)_libretro.dll
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined
CFLAGS += -Drandom=rand
endif
TARGET := $(CORE_DIR)/build/bin/$(TARGET)