mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-02 04:34:29 +01:00
build: Install builtin libraries to target-arch lib subdirs.
This commit is contained in:
parent
73982eb20f
commit
ec2a650072
3 changed files with 13 additions and 7 deletions
|
|
@ -181,6 +181,11 @@ PKG_CONFIG_TARGET_64 := x86_64-linux-gnu
|
|||
PKG_CONFIG_TARGET_CROSS32 := i386-w64-mingw32
|
||||
PKG_CONFIG_TARGET_CROSS64 := x86_64-w64-mingw32
|
||||
|
||||
LIBDIR_WINE_32 := wine/i386-unix
|
||||
LIBDIR_WINE_64 := wine/x86_64-unix
|
||||
LIBDIR_WINE_CROSS32 := wine/i386-windows
|
||||
LIBDIR_WINE_CROSS64 := wine/x86_64-windows
|
||||
|
||||
$(OBJ)/.%-post-build32:
|
||||
touch $@
|
||||
$(OBJ)/.%-post-build64:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue