Skip to content

Commit

Permalink
set tinygettext to hash cbd7e8b8067cc8abe3207233cd035ca8742a3d98, thi…
Browse files Browse the repository at this point in the history
…s is the only working hash for Ubuntu touch
  • Loading branch information
jhayar0719 committed Sep 27, 2024
1 parent 8a4c580 commit 1852cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mk/cmake/SuperTux/ProvideTinygettext.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ else()
# of lists is impossible. ExternalProject_Add provides LIST_SEPARATOR
# to work around this limitations by using a different separator.
string(REPLACE ";" "|" TINYGETTEXT_SDL2_INCLUDE_DIRS "${SDL2_INCLUDE_DIRS}")
message("Hello world")
message(${CMAKE_BINARY_DIR})
set(TINYGETTEXT_PREFIX ${CMAKE_BINARY_DIR}/tinygettext)
set(TINYGETTEXT_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/tinygettext)
message("HELLO WORLD")
message(${TINYGETTEXT_PREFIX})
ExternalProject_Add(tinygettext_project
SOURCE_DIR "${CMAKE_SOURCE_DIR}/external/tinygettext/"
BUILD_BYPRODUCTS "${TINYGETTEXT_PREFIX}/lib${LIB_SUFFIX}/${CMAKE_STATIC_LIBRARY_PREFIX}tinygettext${CMAKE_STATIC_LIBRARY_SUFFIX}"
Expand Down

0 comments on commit 1852cc4

Please sign in to comment.