mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 18:21:13 -03:00
Forward CMake configs to Cargo
This commit is contained in:
committed by
Fabian Boehm
parent
5db08e1126
commit
e4df340f43
@@ -67,6 +67,10 @@ corrosion_set_env_vars(${fish_rust_target}
|
||||
"PREFIX=${CMAKE_INSTALL_PREFIX}"
|
||||
# Temporary hack to propogate CMake flags/options to build.rs.
|
||||
"CMAKE_WITH_GETTEXT=${CMAKE_WITH_GETTEXT}"
|
||||
"DOCDIR=${DOCDIR}"
|
||||
"DATADIR=${DATADIR}"
|
||||
"SYSCONFDIR=${SYSCONFDIR}"
|
||||
"BINDIR=${BINDIR}"
|
||||
)
|
||||
|
||||
# this needs an extra fish-rust due to the poor source placement
|
||||
|
||||
Reference in New Issue
Block a user