emptyepsilon/use_bundled_basis_universal.patch
Dominik Heidler c2c747310a - Version 2024.12.08
* Remove 'f' suffix from numbers in lua (#2164)
  * Some minor de updates
  * fix minor typo
  * more minor de updates

OBS-URL: https://build.opensuse.org/package/show/games/emptyepsilon?expand=0&rev=24
2025-01-10 21:08:22 +00:00

22 lines
906 B
Diff

--- SeriousProton-EE-2023.06.17/libs/basis_universal/CMakeLists.txt 2022-03-15 23:05:53.000000000 +0100
+++ /var/tmp/build-root/openSUSE_Tumbleweed-x86_64//home/abuild/rpmbuild/SOURCES/SeriousProton-EE-2022.03.16/libs/basis_universal/CMakeLists.txt 2022-09-14 16:11:34.683294183 +0200
@@ -30,8 +30,10 @@
if(NOT basis_POPULATED)
if(COMMAND FetchContent_Populate)
- FetchContent_Populate(basis)
endif()
+ set(BASIS_BASE_PATH "${EXTERNALS_DIR}")
+ set(basis_SOURCE_DIR "${BASIS_BASE_PATH}/basis")
+ message("${basis_SOURCE_DIR}/encoder/basisu_backend.cpp")
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(BUILD_X64 FALSE CACHE BOOL "")
endif()
@@ -117,4 +119,4 @@
)
target_compile_features(basisu-transcoder PUBLIC cxx_std_11)
target_include_directories(basisu-transcoder INTERFACE "${basis_SOURCE_DIR}")
-endif()
\ Kein Zeilenumbruch am Dateiende.
+endif()