We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While trying to build on Ubuntu 18.04 using scripts/gh-pages-deploy.sh I needed to make some manual fixes to be able to build:
scripts/gh-pages-deploy.sh
#need to change SDL_INPUT_LINUXEV to xSDL_INPUT_LINUXEV in sdl/meson.build #need change pcre2/meson.build #libpcre2_posix_compile_args = static_defs #libpcre2_posix_compile_args += pcre2_posix_defs #libpcre2_posix = declare_dependency( # link_with: pcre2_posix_lib, # include_directories: includes, # compile_args: libpcre2_posix_compile_args, #) # need to change _memcpy by __emscripten_memcpy_js in lite-xl.js emsdk-env bash scripts/gh-pages-deploy.sh
The text was updated successfully, but these errors were encountered:
Are you using the latest Emscripten version from emscripten itself?
Sorry, something went wrong.
No branches or pull requests
While trying to build on Ubuntu 18.04 using
scripts/gh-pages-deploy.sh
I needed to make some manual fixes to be able to build:The text was updated successfully, but these errors were encountered: