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-minivmac
Commits
7fc3e2e7
Unverified
Commit
7fc3e2e7
authored
Apr 04, 2022
by
Libretro-Admin
Committed by
GitHub
Apr 04, 2022
Browse files
Merge pull request #8 from phcoder/osxa64
Fix osx-arm64 compilation
parents
2e6736cd
bc2ab786
Pipeline
#120435
passed with stages
in 15 minutes and 24 seconds
Changes
1
Pipelines
100
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7fc3e2e7
...
...
@@ -28,6 +28,14 @@ else ifeq ($(platform), osx)
fpic
:=
-fPIC
SHARED
:=
-dynamiclib
ifeq
($(CROSS_COMPILE),1)
TARGET_RULE
=
-target
$(LIBRETRO_APPLE_PLATFORM)
-isysroot
$(LIBRETRO_APPLE_ISYSROOT)
CFLAGS
+=
$(TARGET_RULE)
CPPFLAGS
+=
$(TARGET_RULE)
CXXFLAGS
+=
$(TARGET_RULE)
LDFLAGS
+=
$(TARGET_RULE)
endif
# Classic Platforms ####################
# Platform affix = classic_<ISA>_<µARCH>
# Help at https://modmyclassic.com/comp
...
...
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