From dd2f21afa95a470293115f2e9a0f2eea37f013ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Mon, 14 Apr 2014 21:33:18 +0200 Subject: [PATCH] LVO files are expected to finish with "_lib.i" --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d8c8364..56d0ca1 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -429,7 +429,7 @@ function process_ndk { sfdc --target=m68k-amigaos --mode=macros \ --output="inline/${base}.h" $file sfdc --target=m68k-amigaos --mode=lvo \ - --output="lvo/${base}.i" $file + --output="lvo/${base}_lib.i" $file done popd