mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-01 02:19:41 +02:00
Updated libretro.h to export symbols, other fixes
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,9 +12,7 @@ endif
|
||||
# This is actually needed, bevieve me.
|
||||
# If you really have to disable this, set NO_ALIGN_FUNCTIONS elsewhere.
|
||||
ifndef NO_ALIGN_FUNCTIONS
|
||||
ifeq (,$(findstring msvc,$(platform)))
|
||||
CFLAGS += -falign-functions=2
|
||||
endif
|
||||
CFLAGS += -falign-functions=2
|
||||
endif
|
||||
|
||||
all: config.mak target_
|
||||
|
||||
@@ -467,7 +467,9 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
|
||||
|
||||
SHARED :=
|
||||
LIBM :=
|
||||
NO_ALIGN_FUNCTIONS = 1
|
||||
|
||||
CFLAGS += -DHAVE_VSNPRINTF
|
||||
CFLAGS += $(MSVC2017CompileFlags)
|
||||
CXXFLAGS += $(MSVC2017CompileFlags)
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user