Skip to content

Commit

Permalink
Fix the make script
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 21, 2025
1 parent be17c3a commit 6a52ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

. `dirname "$0"`/Tools/platform.sh
MAKE="`dirname "$0"`/Tools/$KINC_PLATFORM/kmake$KINC_EXE_SUFFIX"
MAKE="`dirname "$0"`/Tools/$KORE_PLATFORM/kmake$KORE_EXE_SUFFIX"

if [ -f "$MAKE" ]; then
exec $MAKE "$@"
Expand Down

0 comments on commit 6a52ca0

Please sign in to comment.