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

Fix OSX packaging finally #1975

Closed
wants to merge 1 commit into from

Conversation

neoascetic
Copy link
Contributor

Now make package works as it should. Does anyone use this make's target at all?

@@ -73,7 +73,7 @@ if(WIN32)
set(LOCALEDIR "locale")
elseif(APPLE)
set(SHAREDIR ".")
set(BINDIR "./bin")
set(BINDIR ".")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise bundle's Resources directory will not be detected correctly.

@ShadowNinja ShadowNinja added OSX @ Build CMake, build scripts, official builds, compiler and linker errors Bug Issues that were confirmed to be a bug labels Dec 15, 2014
@neoascetic
Copy link
Contributor Author

PR to Homebrew awaiting feedback on this PR.

@neoascetic
Copy link
Contributor Author

Ping @smarek @mdoege

@Zeno-
Copy link
Contributor

Zeno- commented Dec 16, 2014

commit 3b902fd

@Zeno- Zeno- closed this Dec 16, 2014
@neoascetic neoascetic deleted the fixes/osx-packaging branch December 16, 2014 10:43
@smarek
Copy link
Contributor

smarek commented Dec 16, 2014

@neoascetic cool man, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that were confirmed to be a bug @ Build CMake, build scripts, official builds, compiler and linker errors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants