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_linux.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_linux.sh')
| -rwxr-xr-x | make_dist_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_dist_linux.sh b/make_dist_linux.sh index 221b5f4..2432323 100755 --- a/make_dist_linux.sh +++ b/make_dist_linux.sh @@ -4,7 +4,7 @@ outputDir=dist/lib/ 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:" cp --parents $f.hpp $outputDir$baseName cp --parents $f.hpp $outputDir$baseName |
