mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Port wgettext wrapper from wutil.cpp
This introduces a string allocations on lookups of strings that are not known at compile time; we should get rid of these allocations in future.
This commit is contained in:
@@ -74,6 +74,7 @@ corrosion_set_env_vars(${fish_rust_target}
|
||||
"DATADIR=${CMAKE_INSTALL_FULL_DATADIR}"
|
||||
"SYSCONFDIR=${CMAKE_INSTALL_FULL_SYSCONFDIR}"
|
||||
"BINDIR=${CMAKE_INSTALL_FULL_BINDIR}"
|
||||
"LOCALEDIR=${CMAKE_INSTALL_FULL_LOCALEDIR}"
|
||||
)
|
||||
|
||||
# this needs an extra fish-rust due to the poor source placement
|
||||
|
||||
Reference in New Issue
Block a user