mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
8a06839067
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
8 lines
247 B
Bash
8 lines
247 B
Bash
#!/bin/sh
|
|
|
|
export AMDAPPSDKROOT=/opt/amd-app-sdk
|
|
export AMDAPPSDKSAMPLESROOT=/opt/amd-app-sdk
|
|
export CPPFLAGS="$CPPFLAGS -I$AMDAPPSDKROOT/include"
|
|
|
|
# For retrocompatibility with the former name of the SDK...
|
|
export ATISTREAMSDKROOT=$AMDAPPSDKROOT
|