mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 15:13:30 +02:00
Merge pull request #171 from funbars/t1
libretro windows compiler (random) Fixes #111 #154
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user