1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-23 20:21:21 +00:00

LVO files are expected to finish with "_lib.i"

This commit is contained in:
Krystian Bacławski
2014-04-14 21:33:18 +02:00
parent 3008be82cd
commit dd2f21afa9

View File

@ -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