-
Notifications
You must be signed in to change notification settings - Fork 40
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
make "check_emcc" fails after merged upstream #20
Comments
--- a/Makefile define check_version
|
@rowntreerob I accepted your suggestion. Thank you for reporting! |
I USE bash shell on ubuntu 16.04 |
@rowntreerob I see, I will make sure if the build tools work on Ubuntu. Thanks very much for letting me know. |
https://github.com/kbumsik/opus-media-recorder/blob/master/Makefile#L212
throws the following on linux system :
/bin/sh: 1: test: 1.38.34: unexpected operator
causing make target "check_emcc" to fail
RE: https://stackoverflow.com/questions/3411048/unexpected-operator-in-shell-programming
removing one of the "=" in the "==" operator solved the problem.
The text was updated successfully, but these errors were encountered: