Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
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
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
ae783f01
Commit
ae783f01
authored
1 year ago
by
Logan Aerl Arias
Browse files
Options
Downloads
Plain Diff
Merge branch 'tb-nonet' into 'master'
Disable libcurl when building without network support See merge request
!2182
parents
662e1e06
6fac101c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2182
Disable libcurl when building without network support
Pipeline
#911
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.d/features.mk
+4
-0
4 additions, 0 deletions
src/Makefile.d/features.mk
with
4 additions
and
0 deletions
src/Makefile.d/features.mk
+
4
−
0
View file @
ae783f01
...
...
@@ -18,6 +18,10 @@ opts+=-DHWRENDER
sources
+=
$(
call List,hardware/Sourcefile
)
endif
ifdef
NONET
NOCURL
=
1
endif
ifndef
NOMD5
sources
+=
md5.c
endif
...
...
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