Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
graphicsframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
graphicsframework
Merge requests
!1
Move macOS build to 64 bit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move macOS build to 64 bit
mac64
into
master
Overview
12
Commits
17
Pipelines
0
Changes
9
All threads resolved!
Hide all comments
Merged
Oliver Behnke
requested to merge
mac64
into
master
5 years ago
Overview
12
Commits
17
Pipelines
0
Changes
9
All threads resolved!
Hide all comments
Expand
Requires SDK 10.8 at
/Users/Shared/Developer/SDKs/MacOSX10.8.sdk
Upgraded all dependencies (e.g. SDL with better fullscreen handling)
Direct support for HDPI displays postponed
0
0
Merge request reports
Compare
master
version 3
28bea34e
5 years ago
version 2
8801b1f7
5 years ago
version 1
4236927a
5 years ago
master (base)
and
latest version
latest version
e23e36f3
17 commits,
5 years ago
version 3
28bea34e
15 commits,
5 years ago
version 2
8801b1f7
14 commits,
5 years ago
version 1
4236927a
13 commits,
5 years ago
9 files
+
177
−
184
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
src/framework/Makefile
+
2
−
1
Options
@@ -26,7 +26,8 @@ FRAMEWORK_INSTALL?=$(PWD)
CXX
?=
g++
# variables
CPPFLAGS
+=
$(
shell
$(
FRAMEWORK_INSTALL
)
/bin/sdl-config
--cflags
)
CPPFLAGS
+=
-I
$(
FRAMEWORK_INSTALL
)
/include
CPPFLAGS
+=
$(
shell
$(
FRAMEWORK_INSTALL
)
/bin/sdl2-config
--cflags
)
CPPFLAGS
+=
$(
shell
$(
FRAMEWORK_INSTALL
)
/bin/freetype-config
--cflags
)
CPPFLAGS
+=
$(
shell
$(
FRAMEWORK_INSTALL
)
/bin/xml2-config
--cflags
)
CPPFLAGS
+=
-I
$(
FRAMEWORK_INSTALL
)
/include/boinc
-I
/usr/include
Loading