Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix more errors with msys2 ucrt platform
_mkdir being undefined: [ 81%] Building C object src/CMakeFiles/madx.dir/mad_sstate.c.obj C:\Users\Thomas\dev\hit\cpymad\src\MAD-X\src\mad_sstate.c: In function 'store_state': C:\Users\Thomas\dev\hit\cpymad\src\MAD-X\src\mad_sstate.c:42:5: error: implicit declaration of function '_mkdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration] 42 | _mkdir(dir_name); | ^~~~~~ | mkdir and lots of undefined symbols (ad_alloc_, ad_free_, ...) in PTC.
- Loading branch information