Skip to content

Commit ece2459

Browse files
committedDec 21, 2024
Fix path error
1 parent 609bb99 commit ece2459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sources/SDL/Native/build-linux-x64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fi
55

66
if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
77
../../../eng/native/buildsystem/download-zig.py
8-
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"
8+
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig")"
99
sudo apt-get update
1010
sudo apt-get install build-essential git make \
1111
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \

0 commit comments

Comments
 (0)