glew: fix for CC being set
This commit is contained in:
parent
a7dbd118fc
commit
ac98a9a460
@ -11,6 +11,6 @@ source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$ver
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make CFLAGS.EXTRA="$CFLAGS"
|
||||
make CC="${CC:-gcc}" CFLAGS.EXTRA="$CFLAGS"
|
||||
make LIBDIR="$PKG/usr/lib" GLEW_DEST=$PKG/usr install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user