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

lua: Only build as DLL on Windows #1096

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

PixelyIon
Copy link
Contributor

-DLUA_BUILD_AS_DLL was being applied to all non-POSIX platforms rather than only Windows, this would lead to __declspec(dllexport)/__declspec(dllimport) being used which is Windows-specific causing compilation to fail on non-Windows platforms.

`-DLUA_BUILD_AS_DLL` was being applied to all non-POSIX platforms rather than only Windows.
@xclaesse xclaesse merged commit 1ff3149 into mesonbuild:master Aug 7, 2023
7 checks passed
@jpakkane
Copy link
Member

jpakkane commented Aug 7, 2023

You should have added a new entry to releases.json. Because it was missing there won't be a new release.

@PixelyIon
Copy link
Contributor Author

Ah, given this PR has already been merged do I create a new one to bump it?

@xclaesse
Copy link
Member

xclaesse commented Aug 7, 2023

Oops, missed that indeed, yes please make another PR.

@eli-schwartz
Copy link
Member

It also means that CI did not run.

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.

4 participants