Skip to content

Commit f9d885d

Browse files
committed
build: move aldumb.patch to third_party
1 parent 7b8ebe4 commit f9d885d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ if(BUILD_SOUND_LIBS_FROM_SOURCE)
560560
dumb_external
561561
GIT_REPOSITORY https://github.com/kode54/dumb.git
562562
GIT_TAG 396caa4d31859045ccb5ef943fd430ca4026cce8
563-
PATCH_COMMAND git restore . && git apply ${CMAKE_SOURCE_DIR}/allegro-addons/aldumb.patch
563+
PATCH_COMMAND git restore . && git apply ${CMAKE_SOURCE_DIR}/third_party/aldumb.patch
564564
)
565565
FetchContent_MakeAvailable(dumb_external)
566566
add_library(dumb_headers INTERFACE)

0 commit comments

Comments
 (0)