We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3851fe1 commit fcde284Copy full SHA for fcde284
1 file changed
misc/macos/build-macos-sdl.sh
@@ -4,9 +4,9 @@
4
5
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6
7
-. ${SCRIPT_DIR}/lib-versions.sh
+. ${SCRIPT_DIR}/../lib-versions.sh
8
9
-ROOT_DIR="$(cd "${SCRIPT_DIR}/.." && pwd)"
+ROOT_DIR="$(cd "${SCRIPT_DIR}/../.." && pwd)"
10
11
set -e
12
0 commit comments