Skip to content

ceccommon.h: Fix compile under linux#18

Open
akira25 wants to merge 1 commit intophdlee:mainfrom
akira25:fix_linux_compile
Open

ceccommon.h: Fix compile under linux#18
akira25 wants to merge 1 commit intophdlee:mainfrom
akira25:fix_linux_compile

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