-
Notifications
You must be signed in to change notification settings - Fork 104
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
add meson build #130
base: master
Are you sure you want to change the base?
add meson build #130
Conversation
Kinda stuck here... |
ccaf1c8
to
a046c77
Compare
@neheb thanks for working on this. Do you consider this PR ready for review? |
Porting |
a349851
to
678ecba
Compare
Allows seamless integration with meson projects. Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
- macOS-latest | ||
steps: | ||
- name : Fetch meson | ||
run : sudo apt -y install meson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably want to pip install here, because Ubuntu has an ancient version that doesn't support c++20 and the other OSes don't use apt anyway.
@serge-sans-paille this is ready. Only problem I see is:
|
I also get the above building 1.1.1 with gcc 11.3 on linux. |
No description provided.