Skip to content

Commit d43a303

Browse files
committed
Fix build path for case-sensitive filesystems.
1 parent 545dcc4 commit d43a303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ if [ $BUILD_LINUX ] ; then
165165
curl -f -o "${SDK_FILENAME}" "${SDK_URL_DIR}$(rawurlencode "${SDK_FILENAME}")"
166166
sudo dpkg -i "${SDK_FILENAME}"
167167

168-
(cd linux
168+
(cd Linux
169169
mkdir -p build
170170
cd build
171171
cmake .. -DCMAKE_BUILD_TYPE=Release "-DVERSION=${VERSION}"

0 commit comments

Comments
 (0)