Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
87bc68c0
Unverified
Commit
87bc68c0
authored
Aug 27, 2018
by
RobLoach
Browse files
Build with the new submodule
parent
c3fb45c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
87bc68c0
...
...
@@ -43,19 +43,19 @@ FLAGS += -I$(CORE_DIR)/vendor/libretro-common/compat
FLAGS
+=
-DWANT_ZLIB
# PhysFS
FLAGS
+=
-I
$(CORE_DIR)
/vendor/physfs/src
FLAGS
+=
-I
$(CORE_DIR)
/vendor/physfs/extras
FLAGS
+=
-I
$(CORE_DIR)
/vendor/
didstopia-
physfs/src
FLAGS
+=
-I
$(CORE_DIR)
/vendor/
didstopia-
physfs/extras
FLAGS
+=
-DPHYSFS_NO_CDROM_SUPPORT
=
1
SOURCES_C
+=
$(
wildcard
\
$(CORE_DIR)
/vendor/physfs/extras/physfsrwops.c
\
$(CORE_DIR)
/vendor/physfs/src/
*
.c
\
$(CORE_DIR)
/vendor/
didstopia-
physfs/extras/physfsrwops.c
\
$(CORE_DIR)
/vendor/
didstopia-
physfs/src/
*
.c
\
)
ifeq
($(platform), osx)
# LDFLAGS += -mmacosx-version-min=10.2
LDFLAGS
+=
-framework
IOKit
-framework
Foundation
# FLAGS += -DMAC_OS_X_VERSION_MIN_REQUIRED=1020
FLAGS
+=
-D__MACH__
-D__APPLE__
-DPHYSFS_PLATFORM_APPLE
SOURCES_M
+=
$(CORE_DIR)
/vendor/physfs/src/physfs_platform_apple.m
SOURCES_M
+=
$(CORE_DIR)
/vendor/
didstopia-
physfs/src/physfs_platform_apple.m
endif
# SDL_tty
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment