Skip to content

Commit 6d0db4f

Browse files
Merge pull request #713 from njfox/makefile-linux-fix
Check ImGui header to fix builds on Linux with system zlib
2 parents bd1b785 + a78feac commit 6d0db4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PACKAGES := capstone freetype2 glfw3 libavcodec libavformat libavutil libswresam
1010

1111
LOCALES := fr
1212

13-
ifeq ($(wildcard third_party/zlib/zlib.h),)
13+
ifeq ($(wildcard third_party/imgui/imgui.h),)
1414
HAS_SUBMODULES = false
1515
else
1616
HAS_SUBMODULES = true

0 commit comments

Comments
 (0)