Skip to content
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

Generate output into corresponding library directory #103

Merged
merged 1 commit into from
Aug 15, 2023

Commits on Aug 9, 2023

  1. Generate output into corresponding library directory

    Instead of generating the output into a directory like "out/led/pkg/",
    use the actual library directory where the files need to be added to,
    for example "out/LibrePCB_Base.lplib/pkg". This makes it much easier
    to copy the generated elements into the libraries. In addition, it
    is less error-prone since the library assignment is now stored in the
    generators (currently it's cumbersome to find out which files need to
    be copied into which library).
    ubruhin committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a3b5baf View commit details
    Browse the repository at this point in the history