Skip to content

Commit c744761

Browse files
committed
patch4
1 parent ac0cc63 commit c744761

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/windows_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ jobs:
108108
copy zconf.h ${{ runner.temp }}\build\headers
109109
110110
mkdir ${{ env.SOURCE_DIR }}\libs
111+
mkdir ${{ env.SOURCE_DIR }}\include
111112
copy zlib.lib ${{ env.SOURCE_DIR }}\libs
113+
copy ${{ runner.temp }}\build\headers\* ${{ env.SOURCE_DIR }}\include
114+
dir /w ${{ env.SOURCE_DIR }}\include
112115
113116
- name: Build
114117
working-directory: ${{ runner.temp }}\build

src/mapedit.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ contains(DEFINES, USE_SDL_MIXER=1){
154154
SOURCES += shared/implementers/sn_sdl.cpp
155155
}
156156

157+
win32:INCLUDEPATH += include
158+
157159
QMAKE_CXXFLAGS_RELEASE += -std=c++20 -O3
158160
QMAKE_CXXFLAGS_DEBUG += -std=c++20 -g3
159161

0 commit comments

Comments
 (0)