Skip to content

Conversation

rafaelcaricio
Copy link
Collaborator

This makes it possible to compile lvgl-rs to WASM using the target wasm32-unknown-emscripten.

additional_args.push("-I".to_string());
additional_args.push(format!("{}/upstream/emscripten/system/lib/libc/musl/arch/emscripten", em_path));
additional_args.push("-I".to_string());
additional_args.push(format!("{}/upstream/emscripten/system/include/SDL", em_path));
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This won't work on Windows...

@rafaelcaricio rafaelcaricio merged commit 81cb1be into master Sep 22, 2020
@rafaelcaricio rafaelcaricio deleted the emscripten branch March 2, 2023 17:11
nia-e added a commit that referenced this pull request Mar 29, 2023
nia-e added a commit that referenced this pull request Apr 1, 2023
nia-e added a commit that referenced this pull request Apr 1, 2023
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