diff options
author | TheMorc <r.gracik@gmail.com> | 2021-01-22 14:05:48 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-25 22:34:43 +0100 |
commit | ffc51853bf2f3f830712d73c35ba33c912f45677 (patch) | |
tree | 6f6a7a1e322553d5a477d6f1791cde5027c8446f /Ports/pt2-clone/patches/CMakeLists_outputpath.patch | |
parent | b56ef9042be65afe035a20b8c1e37f5cf18102d9 (diff) | |
download | serenity-ffc51853bf2f3f830712d73c35ba33c912f45677.zip |
Ports: Add ProTracker 2 clone
Diffstat (limited to 'Ports/pt2-clone/patches/CMakeLists_outputpath.patch')
-rw-r--r-- | Ports/pt2-clone/patches/CMakeLists_outputpath.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ports/pt2-clone/patches/CMakeLists_outputpath.patch b/Ports/pt2-clone/patches/CMakeLists_outputpath.patch new file mode 100644 index 0000000000..b44fbf3ac6 --- /dev/null +++ b/Ports/pt2-clone/patches/CMakeLists_outputpath.patch @@ -0,0 +1,10 @@ +--- pt2-clone-1.28/CMakeLists.txt 2021-01-01 20:48:32.000000000 +0100 ++++ pt2-clone-1.28D/CMakeLists.txt 2021-01-22 13:59:34.871852522 +0100 +@@ -3,7 +3,6 @@ + project(pt2-clone) + + find_package(SDL2 REQUIRED) +-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${pt2-clone_SOURCE_DIR}/release/other/") + + file(GLOB pt2-clone_SRC + "${pt2-clone_SOURCE_DIR}/src/*.c" |