Skip to content

Commit

Permalink
cores: Fix build on gcc 10 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
endrift authored Nov 14, 2020
1 parent e65814f commit f347d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cores/genesis/Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ endif
TARGET_NAME := genesis_plus_gx

LIBS := -lm
CFLAGS := -fcommon

GIT_VERSION ?= " $(shell git rev-parse --short HEAD || echo unknown)"
ifneq ($(GIT_VERSION)," unknown")
Expand Down

0 comments on commit f347d7e

Please sign in to comment.