Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-dev-tools
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
Container registry
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-dev-tools
Commits
f258d175
Commit
f258d175
authored
Jul 8, 2015
by
Campbell Barton
Browse files
Options
Downloads
Patches
Plain Diff
Correct for ninja
parent
fe908d40
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/header_clean.py
+4
-1
4 additions, 1 deletion
utils/header_clean.py
with
4 additions
and
1 deletion
utils/header_clean.py
+
4
−
1
View file @
f258d175
...
@@ -72,7 +72,7 @@ def process_commands(data):
...
@@ -72,7 +72,7 @@ def process_commands(data):
return
file_args
return
file_args
def
find_build_args_ninja
(
source
):
def
find_build_args_ninja
():
make_exe
=
"
ninja
"
make_exe
=
"
ninja
"
process
=
subprocess
.
Popen
(
process
=
subprocess
.
Popen
(
[
make_exe
,
"
-t
"
,
"
commands
"
],
[
make_exe
,
"
-t
"
,
"
commands
"
],
...
@@ -335,6 +335,9 @@ def main():
...
@@ -335,6 +335,9 @@ def main():
sys
.
stderr
.
write
(
"
Can
'
t find Ninja or Makefile (%r or %r), aborting
"
%
(
build_file_ninja
,
build_file_make
))
sys
.
stderr
.
write
(
"
Can
'
t find Ninja or Makefile (%r or %r), aborting
"
%
(
build_file_ninja
,
build_file_make
))
return
return
# needed for when arguments are referenced relatively
os
.
chdir
(
BUILD_DIR
)
source_path
=
"
blender/source/blender/
"
source_path
=
"
blender/source/blender/
"
if
1
:
if
1
:
...
...
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