Compiler should use different search paths and filename extensions depending on OS #72

Closed
opened 2024-03-25 23:56:00 -06:00 by sashakoshka · 3 comments
Owner
No description provided.
sashakoshka added this to the Q2 2024 milestone 2024-03-25 23:56:00 -06:00
sashakoshka added the
enhancement
package: compiler
labels 2024-03-25 23:56:00 -06:00
Author
Owner

For windows:

/usr and /usr/local should be replaced with C:/ProgramData. For instance, C:/ProgramData/fspl/include and C:/ProgramData/fspl/src. Use %APPDATA%/fspl for user level search paths.

For windows: `/usr` and `/usr/local` should be replaced with `C:/ProgramData`. For instance, `C:/ProgramData/fspl/include` and `C:/ProgramData/fspl/src`. Use `%APPDATA%/fspl` for user level search paths.
Author
Owner
On https://git.tebibyte.media/fspl/fspl/src/branch/os-native-filepaths
Author
Owner

Remedied by #75

Remedied by #75
Sign in to join this conversation.
No description provided.