Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
458
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
83893fd0
Commit
83893fd0
authored
3 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
contrib: mysofa: Allow make to communicate with jobserver
parent
6cf7db55
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1411
contrib: Allow cmake make invocation to communicate with the jobserver
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/mysofa/rules.mak
+1
-1
1 addition, 1 deletion
contrib/src/mysofa/rules.mak
with
1 addition
and
1 deletion
contrib/src/mysofa/rules.mak
+
1
−
1
View file @
83893fd0
...
...
@@ -26,6 +26,6 @@ mysofa: libmysofa-$(MYSOFA_VERSION).tar.gz .sum-mysofa
.mysofa
:
mysofa toolchain.cmake
cd
$<
&&
rm
-f
CMakeCache.txt
cd
$<
&&
$(
HOSTVARS
)
$(
CMAKE
)
-DBUILD_TESTS
=
OFF
cd
$<
&&
$(
CMAKEBUILD
)
.
--target
install
+
$(
CMAKEBUILD
)
$<
--target
install
touch
$@
This diff is collapsed.
Click to expand it.
Hugo Beauzée-Luyssen
@chouquette
mentioned in commit
a9dc792b
·
5 months ago
mentioned in commit
a9dc792b
mentioned in commit a9dc792bc4b265467ca611b5f5c48674fe7696c9
Toggle commit list
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