Skip to content
Snippets Groups Projects
Commit 4e507017 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch 'jliu/fix-cflags-quoting' into 'master'

gitaly: Remove extra quoting around CFLAGS

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7809



Merged-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: default avatarJames Liu <jliu@gitlab.com>
parents 16c92ac2 e42f36ca
No related branches found
No related tags found
2 merge requests!153heptapod#1722: making 17.3 the new stable,!151Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -71,7 +71,7 @@
env['NEEDS_LIBICONV'] = 'YesPlease'
env['NO_R_TO_GCC_LINKER'] = 'YesPlease'
env['INSTALL_SYMLINKS'] = 'YesPlease'
env['CFLAGS'] = "\"#{git_cflags}\""
env['CFLAGS'] = git_cflags
if Build::Check.use_system_ssl?
env['CMAKE_FLAGS'] = OpenSSLHelper.cmake_flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment