Closed johnlane closed 8 years ago
The file deps/discount/mktags is a x86_64 executable. Attempts to build the package on other architectures therefore fail.
deps/discount/mktags
The source file mktags.c is there so why include an executable. Why not just build it along with everything else ?
mktags.c
(cd deps/discount; gcc -o mktags mktags.c)
done!
The file
deps/discount/mktags
is a x86_64 executable. Attempts to build the package on other architectures therefore fail.The source file
mktags.c
is there so why include an executable. Why not just build it along with everything else ?