Skip to content

Commit 37bf698

Browse files
committed
Avoid including miniexpr sources in downstream binaries, and add a note on sources availability
1 parent 9b57f71 commit 37bf698

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@ if(MINIEXPR_NEEDS_BUNDLED_TINYCC)
230230
install(FILES "${tinycc_SOURCE_DIR}/libtcc.h" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
231231
install(FILES "${tinycc_SOURCE_DIR}/COPYING"
232232
DESTINATION "${CMAKE_INSTALL_DATADIR}/miniexpr/third_party/tinycc")
233-
install(DIRECTORY "${tinycc_SOURCE_DIR}/"
234-
DESTINATION "${CMAKE_INSTALL_DATADIR}/miniexpr/third_party/tinycc/source"
235-
PATTERN ".git" EXCLUDE)
236233
endif()
237234

238235
# --- wasm32 static libtcc (Emscripten cross-compile, targets wasm32) --------

LICENSE-LIBTCC

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Notice: Corresponding minicc source is available at https://github.com/Blosc/minicc
2+
Notice: minicc is a fork of the original TinyCC project at https://repo.or.cz/w/tinycc.git
3+
14
GNU LESSER GENERAL PUBLIC LICENSE
25
Version 2.1, February 1999
36

0 commit comments

Comments
 (0)