This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
make command does not work when trying to compile Pepper.js on MS Windows #8
Comments
I'm not quite sure about the cause of this issue, but I think that you can work around it my changing command line for the
to
Note that the
|
The bug is still there even with 'release' instead of Release. cp command is being used for copy should be copy on Windows. Note - error - |
Ok, sorry. I must have been facing a different problem then. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you try to make the Pepper.js files on MS Windows you get a build error when trying to compile the release version of emscripten. The debug version seems to work properly.
make TOOLCHAIN=emscripten CONFIG=Release
It appears to be a problem with copying finished .js file uses 'cp' should be 'copy'?
The text was updated successfully, but these errors were encountered: