Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • VLCKit VLCKit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLCKitVLCKit
  • Merge requests
  • !69

Fix variable name in build script

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Dave Nicolson requested to merge dnicolson/VLCKit:fix-build-script into master Oct 12, 2020
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

This merge request fixes the $ARCH variable name in the build script.

Successfully running ./compileAndBuildVLCKit.sh -va x86_64 requires that a build directory be created in the root of the project to avoid the following error:

[info] Finished compiling libvlc for x86_64 with SDK version 13.2, platform iphonesimulator
[info] building universal static libs for iphone
[info] all done
[info] Building static MobileVLCKit.framework
./compileAndBuildVLCKit.sh: line 77: pushd: build: No such file or directory

On Big Sur there was an additional "Boost_INCLUDE_DIR-NOTFOUND" error which required replacing ${Boost_INCLUDE_DIR} with /usr/local/Cellar/boost/1.73.0/include in libvlc/vlc/contrib/contrib-x86_64-apple-iOS-Simulator_9.0/taglib/taglib/CMakeLists.txt.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-build-script

VideoLAN code repository instance