mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-17 11:33:12 +00:00
[PR #168] [MERGED] Add iconv to EXTRA_LIBS in CMakeLists. #1055
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/168
Author: @codeman38
Created: 5/24/2015
Status: ✅ Merged
Merged: 5/27/2015
Merged by: @cfsmp3
Base:
master← Head:missing-iconv📝 Commits (1)
80303ddAdd iconv to EXTRA_LIBS in CMakeLists.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/CMakeLists.txt(+1 -0)📄 Description
Compilation via cmake fails on OS X if libiconv is not specified as a required library:
Adding it to EXTRA_LIBS in CMakeLists.txt is enough to make compilation successful.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.