You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fprintf(stderr, "** ERROR: %s/SDK is invalid and cannot determine SDK path!\n\n", PREFIX);
94
+
if (f) fclose(f);
95
+
return1;
96
+
} else {
97
+
char*c=strchr(fn, '\n');
98
+
fclose(f);
99
+
if (c) *c=0;
100
+
if (*fn) {
101
+
fprintf(stderr,"Warning: %s/SDK is invalid, setting SDKROOT=%s\n Consider running the following to fix (or set SDKROOT):\n ln -sfn %s %s/SDK\n", PREFIX, fn, fn, PREFIX);
0 commit comments