mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-29 21:56:24 +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" ]]
|
if [[ -d "$DIRNAME" ]]
|
||||||
then
|
then
|
||||||
echo "'$PWD/$HDIRNAME' already exists, not reconfigured"
|
echo "'$PWD/$DIRNAME' already exists, not reconfigured"
|
||||||
cd "$DIRNAME"
|
cd "$DIRNAME"
|
||||||
else
|
else
|
||||||
mkdir "$DIRNAME"
|
mkdir "$DIRNAME"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue