#!/bin/sh
. /etc/nvcc.conf

export INCLUDES LIBRARIES CUDAFE_FLAGS OPENCC_FLAGS PTXAS_FLAG

exec /usr/bin/nvcc.bin "$@"
