Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildsys: improve cross-build for freebsd and openbsd #3860

Merged

Conversation

leleliu008
Copy link
Member

@leleliu008 leleliu008 commented Nov 25, 2023

on FreeBSD and OpenBSD, the most 3rd-party libs are installed in /usr/local/lib directory, we need to manully add -L/usr/local/lib to LDFLAGS only when do native build.

Copy link

codecov bot commented Nov 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fae067a) 85.02% compared to head (afcf86c) 85.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3860   +/-   ##
=======================================
  Coverage   85.02%   85.02%           
=======================================
  Files         228      228           
  Lines       53901    53901           
=======================================
  Hits        45832    45832           
  Misses       8069     8069           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

on FreeBSD and OpenBSD, the most 3rd-party libs are installed in /usr/local/lib directory, we need to manully add -L/usr/local/lib to LDFLAGS only when do native build.

Signed-off-by: leleliu008 <leleliu008@gmail.com>
@leleliu008 leleliu008 merged commit bcd621e into universal-ctags:master Dec 1, 2023
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants