Skip to content

Commit

Permalink
update live555 config names
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Apr 4, 2024
1 parent 1720fb4 commit 580767d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ deps() {

if [[ "$2" == "-static" ]]; then
echo "STATIC LIVE555"
cp ../../res/config.wyze-static .
./genMakefiles wyze-static
cp ../../res/live555-config.prudynt-static ./config.prudynt-static
./genMakefiles prudynt-static
else
echo "SHARED LIVE555"
cp ../../res/config.wyze .
./genMakefiles wyze
cp ../../res/live555-config.prudynt ./config.prudynt
./genMakefiles prudynt
fi

PRUDYNT_ROOT="${TOP}" PRUDYNT_CROSS="${PRUDYNT_CROSS}" make -j$(nproc)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 580767d

Please sign in to comment.