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

Support for FreeBSD get_app_path #893

Merged
merged 1 commit into from
Dec 9, 2015
Merged

Conversation

tony
Copy link
Contributor

@tony tony commented Dec 8, 2015

Fixes #889

Add support with and without procfs.

See also: https://www.libsdl.org/tmp/SDL/src/filesystem/unix/SDL_sysfilesystem.c

#else

if (!path[0] && (access("/proc", F_OK) == 0)) {
#if defined(__FREEBSD__)

This comment was marked as spam.

@tony tony force-pushed the freebsd-app_path branch from d444310 to 382881a Compare December 9, 2015 06:45
@tony
Copy link
Contributor Author

tony commented Dec 9, 2015

@dacap better now

@dacap
Copy link
Member

dacap commented Dec 9, 2015

Yeah, now it looks better 😄 Thanks for the patch!

dacap added a commit that referenced this pull request Dec 9, 2015
Support for FreeBSD get_app_path
@dacap dacap merged commit f1c1c58 into aseprite:master Dec 9, 2015
@tony tony deleted the freebsd-app_path branch December 9, 2015 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants