Changeset 3dd99dde in mainline for tools/xcw/bin/helenos-pkg-config


Ignore:
Timestamp:
2024-03-27T10:38:25Z (10 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
fd398b2c
Parents:
a29af37
git-author:
Jiri Svoboda <jiri@…> (2024-03-26 18:38:16)
git-committer:
Jiri Svoboda <jiri@…> (2024-03-27 10:38:25)
Message:

Fix export libraries list and helenos-pkg-config default export path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xcw/bin/helenos-pkg-config

    ra29af37 r3dd99dde  
    9393    config = args.parse_args()
    9494
    95     export_dir = os.getenv('EXPORT_DIR', get_build_root())
     95    export_dir = os.getenv('EXPORT_DIR', get_build_root() + '/export')
    9696
    9797    result = []
Note: See TracChangeset for help on using the changeset viewer.