diff options
Diffstat (limited to 'make_dist_osx.sh')
| -rwxr-xr-x | make_dist_osx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_dist_osx.sh b/make_dist_osx.sh index 9d91de3..505c583 100755 --- a/make_dist_osx.sh +++ b/make_dist_osx.sh @@ -4,7 +4,7 @@ outputDir=dist/ mkdir -p $outputDir -for f in dev/lib/*/*.hpp; do +for f in include/ocl/*/*.hpp; do baseName=`echo $f | cut -d "." -f 1` echo "RUN:" ditto $baseName.hpp $outputDir$baseName ditto $baseName.hpp $outputDir$baseName |
