mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 15:15:04 -04:00
Rework argument passing in analysis plugin
This commit is contained in:
parent
3e1afd1e00
commit
76ff756598
3 changed files with 9 additions and 3 deletions
|
@ -3,6 +3,12 @@
|
|||
UTARGET=$(uname)
|
||||
BINSUFFIX=""
|
||||
|
||||
if [ "$1" = "--configure" ]; then
|
||||
export NOBUILD=1
|
||||
elif [ "$1" = "--build" ]; then
|
||||
export PRECONFIGURED=1
|
||||
fi
|
||||
|
||||
if [ "$UTARGET" = "Darwin" ]; then
|
||||
export UPLATFORM="mac"
|
||||
elif [ "$UTARGET" = "Linux" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue