mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #787] [MERGED] [FIX] Fix path to wrapper.h in Makefile.am #1597
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/787
Author: @jasonhancock
Created: 10/5/2017
Status: ✅ Merged
Merged: 10/7/2017
Merged by: @cfsmp3
Base:
master← Head:fix_build_script📝 Commits (1)
e3e2c06Fix path to wrapper.h in Makefile.am📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
linux/Makefile.am(+1 -1)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
I was trying to use the
package_creators/rpm.shscript, but kept running into this error:I traced this back to commit
2eb5fd26dewhere it looks like some files were shuffled around and the Makefile.am wasn't updated correctly for the wrapper.h file. This fixes it.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.