File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
import std.process ;
2
2
import std.file ;
3
3
4
- // FIXME: when we call spawnProcess it doesn't print an error (though it does return a code) when the process segfaults.
5
-
6
- // FIXME: tell people to install xpack if not already done when then use --target
4
+ // **********************FIXME: when we call spawnProcess it doesn't print an error (though it does return a code) when the process segfaults.
7
5
8
6
// FIXME mebbe i could make opend --src=path/to/opend/git/dir args.... pull the build versions out of there, that'd be kinda useful
9
7
// hellit oculd even forward itself to the new opend program. hmmmmm
10
8
9
+
10
+ // fetch external packages
11
+
12
+ // edit and test by module name instead of by file name
13
+
11
14
int main (string [] args) {
12
15
// maybe override the normal config files
13
16
// --opend-config-file
@@ -98,6 +101,8 @@ struct Commands {
98
101
}
99
102
100
103
int sendToCompilerDriver (string [] args, string preferredCompiler = null ) {
104
+ version (OSX ) version(AArch64) if (preferredCompiler == " dmd" ) preferredCompiler = " ldmd2" ;
105
+
101
106
// extract --target
102
107
string [] argsToKeep;
103
108
argsToKeep.reserve (args.length);
You can’t perform that action at this time.
0 commit comments