Skip to content

Commit

Permalink
configure update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Sep 17, 2024
1 parent 50458bb commit 8135f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [ "$OSVERSION" == "unsupported" ]; then
fi

# project subdirectories to build
SUBDIRS=("." "!ci" "!perf" "hw*" "!hw/syn*" "kernel*" "runtime*" "sim*" "tests*")
SUBDIRS=("." "!ci" "!perf" "hw*" "kernel*" "runtime*" "sim*" "tests*")

# Get the directory of the script
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
Expand Down

0 comments on commit 8135f72

Please sign in to comment.