Skip to content

Commit e732415

Browse files
committed
* make-config.sh: start determine-endianness invocation with ./ (to be wine-compatible)
1 parent beed089 commit e732415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ fi
652652
#
653653
# FIXME: integrate to grovel-features, mayhaps
654654
$GNUMAKE -C tools-for-build determine-endianness -I ../src/runtime
655-
tools-for-build/determine-endianness >> $ltf
655+
./tools-for-build/determine-endianness >> $ltf
656656

657657
export sbcl_os sbcl_arch
658658
sh tools-for-build/grovel-features.sh >> $ltf

0 commit comments

Comments
 (0)