mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
9 lines
96 B
Bash
9 lines
96 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export PKG_CONFIG_PATH="@CMAKE_BINARY_DIR@/lib/pkgconfig"
|
||
|
|
||
|
cmd=$1
|
||
|
shift
|
||
|
|
||
|
$cmd "$@"
|