Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macos-crossover-wine-cloud-builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
tora
macos-crossover-wine-cloud-builder
Commits
b7bb2454
Commit
b7bb2454
authored
1 year ago
by
tora
Browse files
Options
Downloads
Patches
Plain Diff
add freetype 32bit build
parent
fccdd13b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
new_build.sh
+29
-0
29 additions, 0 deletions
new_build.sh
with
29 additions
and
0 deletions
new_build.sh
+
29
−
0
View file @
b7bb2454
...
@@ -133,3 +133,32 @@ make_wine32on64 () {
...
@@ -133,3 +133,32 @@ make_wine32on64 () {
prepare_env_wine32on64
prepare_env_wine32on64
make_wine_base
make_wine_base
}
}
prepare_env_freetype
()
{
prepare_env_base
export
CFLAGS
=
"-m32"
mkdir
-p
$WORKSPACE
/build/freetype
export
BUILD_DIR
=
$WORKSPACE
/build/freetype
}
submodule_freetype
()
{
pushd
$WORKSPACE
/sources/freetype
pushd
subprojects
git clone https://github.com/nyorain/dlg
popd
popd
}
config_freetype
()
{
prepare_env_freetype
pushd
${
BUILD_DIR
}
cmake
-S
${
WORKSPACE
}
/sources/freetype
-B
.
popd
}
make_freetype
()
{
prepare_env_freetype
pushd
${
BUILD_DIR
}
make
-j
popd
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment