mirror of https://github.com/acidanthera/audk.git
EmulatorPkg: strip trailing whitespace
Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
parent
0deca401f0
commit
89c2e2b1d3
|
@ -57,12 +57,12 @@ emulator.**
|
|||
|
||||
For example, to build + run:
|
||||
|
||||
`$ EmulatorPkg/build.sh`
|
||||
`$ EmulatorPkg/build.sh`
|
||||
`$ EmulatorPkg/build.sh run`
|
||||
|
||||
The build architecture will match your host machine's architecture.
|
||||
|
||||
On X64 host machines, you can build + run IA32 mode as well:
|
||||
|
||||
`$ EmulatorPkg/build.sh -a IA32`
|
||||
`$ EmulatorPkg/build.sh -a IA32`
|
||||
`$ EmulatorPkg/build.sh -a IA32 run`
|
||||
|
|
Loading…
Reference in New Issue