Skip to content
Snippets Groups Projects

configure: luac: autodetect host if not provided

Open Khalid Masum requested to merge Labnann/vlc:luac-notfound-fix into master

When building the luac contrib, it is built at $(PREFIX)/../bin/$(cc -dumpmachine)-luac

When configuring, if --host is not provided, the script looks for luac at $(PREFIX)/../bin/-luac as $host_alias is empty, failing to lookup luac.

Use (cc -dumpmachine) to look for the LUA byte compiler when host is not provided.

Edited by Khalid Masum

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline #469768 passed with warnings

Merge request pipeline passed with warnings for a3f544cb

Test coverage 18.29% (0.02%) from 1 job
The target branch master does not exist. Please restore it or use a different target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading