mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
9 lines
247 B
Bash
9 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
|