Skip to content

Commit

Permalink
Oh I guess that the every build the dll will change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyueru committed Jan 10, 2024
1 parent b4c92fb commit 9b6ae24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $(IMGUI_DLL_A): $(IMGUI_DLL)

build_libs: create_directories $(IMGUI_DLL_A) #"$(ROOT)shared/lib/$(ARCH)/libimgui.a"

$(OUT): $(ASM_OBJS) $(C_OBJS) $(CXX_OBJS) # $(IMGUIOBJS)
$(OUT): $(ASM_OBJS) $(C_OBJS) $(CXX_OBJS) $(IMGUI_DLL) # $(IMGUIOBJS)
$(CXX) $(LDFLAGS) $(INCS) $^ -o $@ $(LIBS)
cp $(IMGUI_DLL) $(dir $(OUT))

Expand Down
Binary file modified shared/lib/x64/imgui.dll
Binary file not shown.

0 comments on commit 9b6ae24

Please sign in to comment.