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

Fix emcc.py symlink #1495

Closed

Conversation

IsabelParedes
Copy link
Member

The symlink to emcc.py is not included in the package because emcc.py and emrun.py seem to be the only files which do not have executable permissions.

# opt/emsdk/upstream/emscripten
.rwxr-xr-x  506   em++.py
.rwxr-xr-x  921   em-config.py
.rwxr-xr-x  405   emar.py
.rwxr-xr-x 9,5k   embuilder.py
.rw-r--r--  63k   emcc.py
.rwxr-xr-x 2,3k   emcmake.py
.rwxr-xr-x 1,8k   emconfigure.py
.rwxr-xr-x 2,0k   emmake.py
.rwxr-xr-x  507   emranlib.py
.rw-r--r--  79k   emrun.py
.rwxr-xr-x  790   emscons.py
.rwxr-xr-x 2,5k   emsize.py
.rwxr-xr-x  411   emstrip.py
.rwxr-xr-x 8,7k   emsymbolizer.py

@IsabelParedes IsabelParedes marked this pull request as ready for review January 3, 2025 15:43
@DerThorsten
Copy link
Contributor

@IsabelParedes I merged my giant work in progress for emscripten 3.1.73 which already contains that fixhttps://github.com/emscripten-forge/recipes/blob/emscripten-3.1.73/recipes/recipes/emscripten_emscripten-wasm32/build_compiler_package.sh#L50

@DerThorsten DerThorsten closed this Jan 9, 2025
@IsabelParedes IsabelParedes deleted the emccpy branch January 9, 2025 16:15
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