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

Do not force-overwrite the LWJGL configuration option GLFW_LIBRARY_NAME #7343

Closed
wants to merge 1 commit into from

Conversation

colorizenl
Copy link

Right now, GLFW_LIBRARY_NAME always gets overwritten. That's an issue for people using this property, as there is no way to get around this. The proposal is to only rewrite the configuration if no custom location was used, i.e. the property still has the default value of null.

Right now, GLFW_LIBRARY_NAME *always* gets overwritten. That's an issue for people using this property, as there is no way to get around this. The proposal is to only rewrite the configuration if no custom location was used, i.e. the property still has the default value of `null`.
@crykn
Copy link
Member

crykn commented Mar 12, 2024

I'm not sure why you're using the gdx-lwjgl3-glfw-awt-macos extension if you don't plan on using its GLFW library. But I think we should hold off on the PR anyways, since it becomes obsolete, if we decide to move forward with #7361.

@colorizenl
Copy link
Author

@crykn I am using it! I'm just circumventing the way it normally loads the .dylib, since the way this works no longer passes the Mac App Store review.

However, you're right that #7361 removes the need for this, so I'll close this PR and will wait for that to be merged.

@colorizenl colorizenl closed this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants