Commit f3863c3e authored by 徐豪's avatar 徐豪
Browse files

8121412

parent 978908a1
......@@ -48,6 +48,11 @@ source git: version.remote
build do
env = with_standard_compiler_flags(with_embedded_path)
# 手动设置编译器和链接器标志
env["CFLAGS"] << " -I/opt/gitlab/embedded/include"
env["LDFLAGS"] << " -L/opt/gitlab/embedded/lib -liconv"
if Build::Check.use_system_ssl?
env['CMAKE_FLAGS'] = OpenSSLHelper.cmake_flags
env['PKG_CONFIG_PATH'] = OpenSSLHelper.pkg_config_dirs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment