
tomlplusplus uses Meson as a build system, which makes us come across a small bug when building Universal Binaries with our custom triplet I hate vendoring this Signed-off-by: Seth Flynn <getchoo@tuta.io>
5 lines
195 B
CMake
5 lines
195 B
CMake
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/meson")
|
|
file(INSTALL "${SOURCE_PATH}/meson.py"
|
|
"${SOURCE_PATH}/mesonbuild"
|
|
DESTINATION "${CURRENT_PACKAGES_DIR}/tools/meson"
|
|
)
|