Skip to content

Commit

Permalink
Ports: Remove SDL Timer replacement in MilkyTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewestrip authored and linusg committed Apr 30, 2021
1 parent 1ce70bb commit 81eab1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
65 changes: 0 additions & 65 deletions Ports/milkytracker/patches/SDLTimerToLibCoreTimer.patch

This file was deleted.

2 changes: 1 addition & 1 deletion Ports/milkytracker/patches/SetTrackerLinks.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set(INSTALL_DEST ${CMAKE_INSTALL_BINDIR})
endif()

+target_link_libraries(tracker -lSDL2 -lgui -lipc -lm -lcore)
+target_link_libraries(tracker -lSDL2 -lgui -lipc -lm)
+set(INSTALL_DEST bin)
+
install(TARGETS tracker DESTINATION ${INSTALL_DEST})
Expand Down

0 comments on commit 81eab1a

Please sign in to comment.