File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,8 @@ if $bZip ; then
213
213
cp $CL /$CLLIB32 ./Bin/Linx86/
214
214
cp $GL /$GLLIB32 ./Bin/Linx86/
215
215
cp $GLES /$GLESLIB32 ./Bin/Linx86/
216
+ cp $COUNTERS /$COUNTERSLIB ./Bin/Linx64/
217
+ cp $COUNTERS /$COUNTERSLIB32 ./Bin/Linx86/
216
218
mkdir Include
217
219
cp ../../../Src/GPUPerfAPI-Common/GPUPerfAPI.h ./Include/
218
220
cp ../../../Src/GPUPerfAPI-Common/GPUPerfAPIFunctionTypes.h ./Include/
@@ -242,10 +244,6 @@ if $bZip ; then
242
244
mkdir Bin-Internal/Linx64
243
245
mkdir Bin-Internal/Linx86
244
246
245
- # public libs that only appear in the promotion tarball
246
- cp $COUNTERS /$COUNTERSLIB ./Bin/Linx64/
247
- cp $COUNTERS /$COUNTERSLIB32 ./Bin/Linx86/
248
-
249
247
# internal libs
250
248
cp $CL /$CLLIB_INTERNAL ./Bin-Internal/Linx64/
251
249
cp $HSA /$HSALIB_INTERNAL ./Bin-Internal/Linx64/
You can’t perform that action at this time.
0 commit comments