File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -66,26 +66,12 @@ jobs:
6666 # Join x86_64 and arm64 dynamic
6767 rm -f ./build/RGFW/*
6868 lipo -create -output RGFW/libRGFW.dylib /tmp/libRGFW_x86_64.dylib /tmp/libRGFW_arm64.dylib
69-
70- # Build RGFW-buffer x86_64 dynamic
71- make RGFW-buffer/libRGFW.dylib CUSTOM_CFLAGS="-target x86_64-apple-macos10.12 -DGL_SILENCE_DEPRECATION"
72- mv RGFW-buffer/libRGFW.dylib /tmp/libRGFW_x86_64.dylib
73- rm -f RGFW.o
74-
75- # Build RGFW-buffer arm64 dynamic
76- make RGFW-buffer/libRGFW.dylib CUSTOM_CFLAGS="-target arm64-apple-macos11 -DGL_SILENCE_DEPRECATION"
77- mv RGFW-buffer/libRGFW.dylib /tmp/libRGFW_arm64.dylib
78-
79- # Join x86_64 and arm64 dynamic
80- rm -f ./build/RGFW-buffer/*
81- lipo -create -output RGFW-buffer/libRGFW.dylib /tmp/libRGFW_x86_64.dylib /tmp/libRGFW_arm64.dylib
8269 # make Odin/odin
8370 # make ODIN=Odin/odin
8471
8572 - name : Generate Artifacts
8673 run : |
8774 cp -v -r ./RGFW ./build/${{ env.RELEASE_NAME }}
88- cp -v -r ./RGFW-buffer ./build/${{ env.RELEASE_NAME }}
8975 cd build
9076 tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}
9177
Original file line number Diff line number Diff line change 6969 - name : Generate Artifacts
7070 run : |
7171 xcopy .\RGFW .\build\${{ env.RELEASE_NAME }}\RGFW /E /I /Y
72- xcopy .\RGFW-buffer .\build\${{ env.RELEASE_NAME }}\RGFW-buffer /E /I /Y
7372 copy /Y .\README.md .\build\${{ env.RELEASE_NAME }}\README.md
7473 cd build
7574 7z a ./${{ env.RELEASE_NAME }}.zip ./${{ env.RELEASE_NAME }}
You can’t perform that action at this time.
0 commit comments