gimp3: Remove no longer needed PKG_CONFIG_PATH

This commit is contained in:
Tee KOBAYASHI 2022-11-09 18:21:34 +09:00
parent 6c8d8fe7a5
commit 4571ebd33b
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ termux_step_pre_configure() {
termux_setup_gir
LDFLAGS+=" -landroid-execinfo -landroid-shmem -lm"
export PKG_CONFIG_PATH=$TERMUX_PREFIX/share/pkgconfig
export CC_FOR_BUILD=$(basename $CC_FOR_BUILD)
}