mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
POSIX sh version of mkversion
Most targeted platforms have "sh" and don't need Perl as requirement. Still Perl script is present as fallback.
This commit is contained in:
parent
0d986ab212
commit
8987e956ac
8 changed files with 67 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "proxmark3_arm.h"
|
||||
/* This is the default version.c file that Makefile.common falls back to if perl is not available */
|
||||
/* This is the default version.c file that Makefile.common falls back to if neither sh nor perl are available */
|
||||
const struct version_information __attribute__((section(".version_information"))) version_information = {
|
||||
VERSION_INFORMATION_MAGIC,
|
||||
1, /* version 1 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue