Skip to content

Commit fcde284

Browse files
committed
Fix macOS SDL build script paths
1 parent 3851fe1 commit fcde284

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

misc/macos/build-macos-sdl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66

7-
. ${SCRIPT_DIR}/lib-versions.sh
7+
. ${SCRIPT_DIR}/../lib-versions.sh
88

9-
ROOT_DIR="$(cd "${SCRIPT_DIR}/.." && pwd)"
9+
ROOT_DIR="$(cd "${SCRIPT_DIR}/../.." && pwd)"
1010

1111
set -e
1212

0 commit comments

Comments
 (0)