mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-28 21:25:48 +00:00
Fix SDL dependency script error message
Commit 360936248c
mistakenly left an
additional 'H' when replacing $HOST with $DIRNAME.
Refs <https://github.com/Genymobile/scrcpy/pull/6216#issuecomment-3076069802>
This commit is contained in:
parent
f01231dff8
commit
8761dcb7a8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export CXXFLAGS="$CFLAGS"
|
|||
|
||||
if [[ -d "$DIRNAME" ]]
|
||||
then
|
||||
echo "'$PWD/$HDIRNAME' already exists, not reconfigured"
|
||||
echo "'$PWD/$DIRNAME' already exists, not reconfigured"
|
||||
cd "$DIRNAME"
|
||||
else
|
||||
mkdir "$DIRNAME"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue