Skip to content

Commit b7b6627

Browse files
committed
fix out of box dmd conf for osx universal - the lib folder is renamed
1 parent c68d748 commit b7b6627

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/merge-macos/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ runs:
8585
perl -0777 -pi -e "s|\\ndefault:\\n.+?\\n\\};|$sections|s" etc/ldc2.conf
8686
cat etc/ldc2.conf
8787
88+
# also fix the path for dmd
89+
echo -e '[Environment64]\nDFLAGS=-I%@P%/../import -L-L%@P%/../lib-x86_64 -fPIC' > bin/dmd.conf
90+
8891
- name: Run x86_64/arm64 macOS/iOS cross-compilation smoke tests
8992
shell: bash
9093
run: |

0 commit comments

Comments
 (0)