Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
ff8c5ef1
"...daily-thought-app.git" did not exist on "ac56e9b3d6ff8d550ff321cd8523a807e9601cd7"
Commit
ff8c5ef1
authored
5 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
another go
parent
c174e647
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meson.build
+6
-0
6 additions, 0 deletions
meson.build
with
6 additions
and
0 deletions
meson.build
+
6
−
0
View file @
ff8c5ef1
...
...
@@ -508,7 +508,9 @@ _include_search_paths = [
'/usr/local/include'
,
]
foreach
idir
:
_include_search_paths
message
(
'search '
+
idir
)
_ret
=
run_command
(
'meson/directory_exists.sh'
,
idir
).
returncode
()
message
(
'ret = '
+
_ret
.
to_string
())
if
_ret
==
0
inc_arg
=
idir
_Inc_arg
=
'-I'
+
idir
...
...
@@ -516,12 +518,16 @@ foreach idir : _include_search_paths
args
:
_Inc_arg
)
my_incdirs
+=
[
inc_arg
]
found
=
true
message
(
'found'
)
endif
endif
endforeach
incdirs
+=
[
my_incdirs
]
_i
=
' '
.
join
(
my_incdirs
)
message
(
'Incdirs are '
+
_i
)
############################################################
# features which are converted into preprocessor flags (-D)
#
...
...
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