Skip to content

Commit

Permalink
Merge pull request #3468 from HiassofT/le10-meson-cpp
Browse files Browse the repository at this point in the history
config/functions: add C++ compiler and linker flags to meson.conf
  • Loading branch information
MilhouseVH authored May 4, 2019
2 parents 68b8b4a + 24e31c0 commit 1a604c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/functions
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ endian = '$endian'
root = '$root'
$(python -c "import os; print('c_args = {}'.format([x for x in os.getenv('CFLAGS').split()]))")
$(python -c "import os; print('c_link_args = {}'.format([x for x in os.getenv('LDFLAGS').split()]))")
$(python -c "import os; print('cpp_args = {}'.format([x for x in os.getenv('CXXFLAGS').split()]))")
$(python -c "import os; print('cpp_link_args = {}'.format([x for x in os.getenv('LDFLAGS').split()]))")
${!properties}
EOF
}
Expand Down

0 comments on commit 1a604c6

Please sign in to comment.