blocksds / sdk

Main BlocksDS SDK repository
https://blocksds.github.io/docs/
130 stars 5 forks source link

devkitarm_porting_guide: note relative paths outside PWD is not supported #139

Closed lifehackerhansol closed 3 months ago

lifehackerhansol commented 3 months ago

For select "advanced" projects, such as a port of a source code that was not designed with devkitARM in mind, it is common practice to have a "platform" Makefile in a subdirectory that calls directories that are out of the scope of said Makefile's PWD.

This behaviour is unsupported in BlocksDS at this time. It should be noted.

lifehackerhansol commented 3 months ago

I didn't really test whether this renders properly in hugo (I also don't know how to set up a test env that doesn't involve creating a github repo...)

AntonioND commented 3 months ago

In general, if it renders correctly on GitHub, it will render correctly in the final website.

Thanks for the PR!