Skip to content

Instantly share code, notes, and snippets.

View cafeina-software's full-sized avatar
🏡
Working from home

Anonymous being cafeina-software

🏡
Working from home
View GitHub Profile
@X547
X547 / Build.sh
Last active January 18, 2023 13:24
Building RadeonGfx
#/bin/bash
set -e
rm -rf install
INSTALL="$PWD/install"
export PKG_CONFIG_PATH="$INSTALL/lib/pkgconfig:$PKG_CONFIG_PATH"
export PATH="$INSTALL/bin:$PATH"
build_package() {