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

Can't compile file with '=' in path #472

Open
D-a-n-i-l-o opened this issue Feb 27, 2019 · 1 comment
Open

Can't compile file with '=' in path #472

D-a-n-i-l-o opened this issue Feb 27, 2019 · 1 comment

Comments

@D-a-n-i-l-o
Copy link
Contributor

D-a-n-i-l-o commented Feb 27, 2019

If there is a '=' char in the path, Mx2cc can't compile.

Examples:
./mx2cc_macos makeapp -run /users/name/monkey2/=TESTS=/file.monkey2
./mx2cc_macos makeapp -run "/users/name/monkey2/=TESTS=/file.monkey2"

Error message:

Mx2cc version 1.1.15

***** Fatal mx2cc error *****

Invalid option: '/users/name/monkey2/'

After removing the '=' from the directory name everything is fine, for example "-TESTS-".

@seyhajin
Copy link
Contributor

seyhajin commented Jun 4, 2019

Fixed with pull request #478

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