Skip to content

Commit

Permalink
don't add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Sep 27, 2024
1 parent 5b7e50f commit 37d935d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ NAME=appleclang_16.0_cxx11_64_release
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DTBB_BUILD_APPLE_FRAMEWORKS=On
make -j 12
mkdir $NAME/tbb.framework/Headers
cp -R ../include/oneapi/tbb $NAME/tbb.framework/Headers

cd ..

Expand All @@ -46,8 +44,6 @@ cmake .. -DCMAKE_SYSTEM_NAME=iOS \
-DCMAKE_BUILD_TYPE=Release -DTBB_BUILD_APPLE_FRAMEWORKS=On \
-DCMAKE_INSTALL_RPATH=@executable_path/Frameworks/tbb.framework/tbb
make -j 12 target=ios
mkdir $NAME/tbb.framework/Headers
cp -R ../include/oneapi/tbb/ $NAME/tbb.framework/Headers

cd ..

Expand Down

0 comments on commit 37d935d

Please sign in to comment.