Changes in tools/xcw/bin/helenos-pkg-config [b501de7:b78300f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-pkg-config
rb501de7 rb78300f 33 33 34 34 XCW="$(dirname "$0")" 35 SRC_ROOT="$XCW/../../.." 36 UARCH="$("$XCW"/helenos-bld-config --uarch)" 35 BUILD_ROOT="$(dirname "$(dirname "$(dirname "$XCW")")")" 37 36 if [ -z "$EXPORT_DIR" ]; then 38 EXPORT_DIR="$ SRC_ROOT/uspace/export"37 EXPORT_DIR="$BUILD_ROOT/export" 39 38 fi 39 40 40 INCLUDE_DIR="$EXPORT_DIR/include" 41 41 LIB_DIR="$EXPORT_DIR/lib"
Note:
See TracChangeset
for help on using the changeset viewer.