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


Ignore:
Timestamp:
2019-08-17T12:49:43Z (5 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:
2c38a55b
Parents:
9810fc3
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 12:46:06)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Allow changing build directory

File:
1 edited

Legend:

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

    r9810fc3 re428bec  
    3535SRC_ROOT="$XCW/../../.."
    3636if [ -z "$EXPORT_DIR" ]; then
    37         EXPORT_DIR="$SRC_ROOT/dist"
     37        EXPORT_DIR="$SRC_ROOT/build/dist"
    3838fi
    3939INCLUDE_DIR="$EXPORT_DIR/include"
Note: See TracChangeset for help on using the changeset viewer.