mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-26 01:04:34 +01:00
fixup! Creation of symbol store generation.
This commit is contained in:
parent
2b16938d7c
commit
3e4ccba16a
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ static BOOL validate_proton_dist(const char* src)
|
|||
snprintf(buffer, ARRAYSIZE(buffer), "%s/%s", src, "version");
|
||||
allgood = stat(buffer, &st) == 0 && (st.st_mode & S_IFMT) == S_IFREG;
|
||||
|
||||
snprintf(buffer, ARRAYSIZE(buffer), "%s/%s", src, "files");
|
||||
snprintf(buffer, ARRAYSIZE(buffer), "%s/%s", src, "dist");
|
||||
allgood = allgood && stat(buffer, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR;
|
||||
|
||||
return allgood;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue