Skip to content

Commit

Permalink
libretro windows compiler (random)
Browse files Browse the repository at this point in the history
  • Loading branch information
funbars authored May 7, 2019
1 parent 10be34b commit b6e92dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b6e92dc

Please sign in to comment.