We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68d748 commit b7b6627Copy full SHA for b7b6627
.github/actions/merge-macos/action.yml
@@ -85,6 +85,9 @@ runs:
85
perl -0777 -pi -e "s|\\ndefault:\\n.+?\\n\\};|$sections|s" etc/ldc2.conf
86
cat etc/ldc2.conf
87
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
+
91
- name: Run x86_64/arm64 macOS/iOS cross-compilation smoke tests
92
shell: bash
93
run: |
0 commit comments