libretro windows compiler (random)
This commit is contained in:
parent
10be34b5b2
commit
b6e92dc8a7
@ -243,6 +243,7 @@ else
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
TARGET := $(TARGET_NAME)_libretro.dll
|
TARGET := $(TARGET_NAME)_libretro.dll
|
||||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined
|
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined
|
||||||
|
CFLAGS += -Drandom=rand
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET := $(CORE_DIR)/build/bin/$(TARGET)
|
TARGET := $(CORE_DIR)/build/bin/$(TARGET)
|
||||||
|
Loading…
Reference in New Issue
Block a user