Skip to content

Conversation

@g0nz4I0
Copy link
Member

@g0nz4I0 g0nz4I0 commented Dec 1, 2023

Fixed CMake error on post build on Windows and removed absolute path for nosys.specs file, also Windows build is now supported

@AmancioG
Copy link

AmancioG commented Dec 5, 2023

You can use:

   import os
   path = os.path.join(arg1, arg2, arg3, ... )

and writting the path in the arguments, you will get the OS default direcotry separator automatically. For example:

    path = os.path.join("folder1", "folder2", "forlder3", "file")

The path, on posix systems, will be:
"folder/folder2/folder3/file"

and on Windows, it will instead be:
"folder\folder2\folder3\file"

@g0nz4I0
Copy link
Member Author

g0nz4I0 commented Dec 6, 2023

Addressed, this would have made it much easier from the beginning: I don't know why I didn't use it :(

@g0nz4I0
Copy link
Member Author

g0nz4I0 commented Dec 8, 2023

Test slack bot

@g0nz4I0 g0nz4I0 requested a review from AmancioG December 8, 2023 22:52
@ricardochust
Copy link
Contributor

it works on my machine 👍

@g0nz4I0 g0nz4I0 merged commit f3895c7 into development Dec 17, 2023
@jmaralo jmaralo deleted the feature/fix_build_script branch September 10, 2024 17:40
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.

4 participants