The linux build process is hardcoded here:
https://github.com/OpenDarkBASIC/odb-web-api/blob/master/main.py#L42
I recommend creating the same two functions on windows to call cmake/msbuild/etc. and then checking sys.platform to determine which variants to call
The linux build process is hardcoded here:
https://github.com/OpenDarkBASIC/odb-web-api/blob/master/main.py#L42
I recommend creating the same two functions on windows to call cmake/msbuild/etc. and then checking
sys.platformto determine which variants to call