Fix build of rbutil

Regression introduced in db0d7649e0

Change-Id: I395dc1d5046f3cf93dade08d2bb781c1afbef632
This commit is contained in:
Solomon Peachy 2026-06-19 16:50:29 -04:00
parent cd699e5448
commit 3de8814fb8

View file

@ -120,7 +120,7 @@ endif()
add_executable(ipodpatcher-bin add_executable(ipodpatcher-bin
ipodpatcher/main.c ipodpatcher/main.c
ipodpatcher/ipodpatcher-aupd.c ipodpatcher/ipodpatcher_aupd.c
) )
target_link_libraries(ipodpatcher-bin ipodpatcher) target_link_libraries(ipodpatcher-bin ipodpatcher)
target_compile_definitions(ipodpatcher-bin PRIVATE VERSION="none") target_compile_definitions(ipodpatcher-bin PRIVATE VERSION="none")