tsoding / ded

Dramatic EDitor
MIT License
579 stars 76 forks source link

build-windows-msvc is broken #29

Open rexim opened 3 years ago

rexim commented 3 years ago

introduced in #25

Tschitschibor commented 3 years ago

"ded\dependencies\SDL2\include\SDL2\SDL2\begin_code.h"

Is it correct that there are two nested SDL2 folders?

kolumb commented 3 years ago

@Tschitschibor No, it looks like that you launched setup_dependencies.bat second time. Delete dependencies folder first and only then launch setup_dependencies.bat. Fixing it would complicate bat file even more. It's already planned to be changed so there's no need of setup step.

IRooc commented 1 year ago

The latest code is building in both CI and locally in this PR https://github.com/tsoding/ded/pull/42