mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
gdash: fix crossbuild
This commit is contained in:
parent
d0430eade8
commit
4288c450e6
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ fi
|
|||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
cd ${wrksrc}/include
|
||||
g++ -O2 -o file2c file2c.cpp
|
||||
sed -i Makefile -e "s; file2c;;"
|
||||
g++ -O2 -o files2c files2c.cpp
|
||||
sed -i Makefile -e "s; files2c;;"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue