diff options
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ $(PKGS): expat.buildstamp .SILENT: expat.buildstamp expat.buildstamp: cd src && \ - ./configure --prefix=/usr && \ + ./configure --prefix=/usr \ + --build=$${OH_BUILD_ARCH_GNU} --host=$${OH_HOST_ARCH_GNU} && \ make && make DESTDIR=$$(pwd)/../dest install oh-strip -gl /usr/lib/libexpat.so.1.6.0 oh-installfiles $(PKGS) |