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 11# export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
22LIB_NAME=sr-vulkan
3- $ TAG_NAME =' v2.0.1'
3+ TAG_NAME=' v2.0.1'
44PACKAGE_PREFIX=${LIB_NAME} -${TAG_NAME}
55PACKAGENAME=${PACKAGE_PREFIX} -macos
66
@@ -86,7 +86,6 @@ cmake -DCMAKE_BUILD_TYPE=Release \
8686 ../src
8787
8888cmake --build . -j4
89- cp sr_vulkan.dylib sr_vulkan.so
9089strip -x sr_vulkan.so
9190cd ..
9291
@@ -109,12 +108,11 @@ cmake -DCMAKE_BUILD_TYPE=Release \
109108 -DVulkan_LIBRARY=$VULKAN_SDK /../MoltenVK/static/MoltenVK.xcframework/macos-arm64_x86_64/libMoltenVK.a \
110109 ../src
111110cmake --build . -j4
112- cp sr_vulkan.dylib sr_vulkan.so
113111strip -x sr_vulkan.so
114112
115113# Package
116114cd $oldPath
117115mkdir -p $PACKAGENAME
118116cp README.md LICENSE $PACKAGENAME
119117lipo -create build/sr_vulkan.so build_arm64/sr_vulkan.so -o $PACKAGENAME /sr_vulkan.so
120- cp -r sr_vulkan/models test $PACKAGENAME
118+
You can’t perform that action at this time.
0 commit comments