Skip to content

Commit 2bfd173

Browse files
fix output
1 parent 880ef84 commit 2bfd173

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/macOS.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ 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-
ln -sv RGFW/libRGFW.dylib RGFW/libRGFW.dylib
70-
7169
7270
# Build RGFW-buffer x86_64 dynamic
7371
make RGFW-buffer/libRGFW.dylib CUSTOM_CFLAGS="-target x86_64-apple-macos10.12 -DGL_SILENCE_DEPRECATION"
@@ -81,7 +79,6 @@ jobs:
8179
# Join x86_64 and arm64 dynamic
8280
rm -f ./build/RGFW-buffer/*
8381
lipo -create -output RGFW-buffer/libRGFW.dylib /tmp/libRGFW_x86_64.dylib /tmp/libRGFW_arm64.dylib
84-
ln -sv RGFW-buffer/libRGFW.dylib RGFW-buffer/libRGFW.dylib
8582
# make Odin/odin
8683
# make ODIN=Odin/odin
8784

0 commit comments

Comments
 (0)