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

File either missing or mislabelled #691

Open
HBL001 opened this issue Apr 6, 2024 · 1 comment
Open

File either missing or mislabelled #691

HBL001 opened this issue Apr 6, 2024 · 1 comment

Comments

@HBL001
Copy link

HBL001 commented Apr 6, 2024

@Shchvova Hi, there is a script file missing and I can't fathom it out.

Linux: improving support and adding flatpak
master (#360)
3706

@bakeinflash

From:

COMMAND ${CMAKE_COMMAND} -E env BUILD_CONFIG="${BUILD_CONFIG}" "${CORONA_ROOT}/platform/linux/lua_to_native.sh"

to:

COMMAND ${CMAKE_COMMAND} -E env BUILD_CONFIG="${BUILD_CONFIG}" "${CORONA_ROOT}/platform/linux/lua_to_native_unixeol.sh"

This got committed so I assumed, that the script file "lua_to_native.sh" called was uprevved and renamed to "lua_to_native_unixeol.sh", but when I look for "lua_to_native_unixeol.sh", it just doesn't seem to exist.

I've searched for this file, no luck. Its a long shot, but I thought I would ask if you knew if this script was on a private repo, that me, the general public cannot access ?

Kind regards

Richard

@clang-clang-clang
Copy link
Contributor

AFAIK, lua_to_native_unixeol.sh was created by changing the End-of-Line in the file lua_to_native.sh.

# adjust EOL in lua_to_native.sh
configure_file("${CORONA_ROOT}/platform/linux/lua_to_native.sh" "${CORONA_ROOT}/platform/linux/lua_to_native_unixeol.sh" @ONLY NEWLINE_STYLE UNIX)

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

No branches or pull requests

2 participants