diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-23 20:16:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-23 20:16:02 -0500 |
| commit | 85f89ee4bb137100cbeffcbc10168eb8ea52e6cc (patch) | |
| tree | f6e2063319ceaaa02f523fb5c289e4f37411a2df /make_dist_osx.sh | |
| parent | 9a70f32ddaec0eef99efbf7ff5597c2adf08f45a (diff) | |
| parent | 65a8349aa5526d071b18cd4d42586c46faaa3823 (diff) | |
Merge pull request #18 from amlel-el-mahrouss/developv1.0.48
OCL v1.0.48
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 |
