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


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2fff3c4
Parents:
5fd05862
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-13 11:27:48)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Fix tools/xcw

File:
1 edited

Legend:

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

    r5fd05862 recf56f80  
    3434XCW="$(dirname "$0")"
    3535SRC_ROOT="$XCW/../../.."
    36 UARCH="$("$XCW"/helenos-bld-config --uarch)"
    3736if [ -z "$EXPORT_DIR" ]; then
    38         EXPORT_DIR="$SRC_ROOT/uspace/export"
     37        EXPORT_DIR="$SRC_ROOT/dist"
    3938fi
    4039INCLUDE_DIR="$EXPORT_DIR/include"
Note: See TracChangeset for help on using the changeset viewer.