ca5ab3a501
GitOrigin-RevId: 4a01ca36d6bfc133bc617e661916a81327c9bbc8
7 lines
160 B
Bash
7 lines
160 B
Bash
#! @bash@
|
|
# shellcheck shell=bash
|
|
|
|
exec @dev@/bin/.g-ir-scanner-wrapped \
|
|
--use-binary-wrapper=@emulator@ \
|
|
--use-ldd-wrapper=@buildprelink@ \
|
|
"$@"
|