Skip to content

ceccommon.h: Fix compile under linux #18

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akira25
Copy link

@akira25 akira25 commented Feb 15, 2024

At unix systems, the repo won't compile, as paths are written with / instead of \. Changing the paths to unix convention enables us to compile it there too.

As the other files use that convention already and you produced binary packages, it shouldn't result in problems on windows systems.

Fixes #17

At unix systems, the repo won't compile, as paths are written with `/`
instead of `\`. Changing the paths to unix convention enables us to
compile it there too.
@M0JXD M0JXD mentioned this pull request Mar 30, 2024
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.

Project does not compile at *nix-Systems
1 participant