diff options
Diffstat (limited to 'src/gmp.mk')
-rw-r--r-- | src/gmp.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ define $(PKG)_BUILD --host='$(TARGET)' \ --build="`config.guess`" \ --prefix='$(PREFIX)/$(TARGET)' \ + --libdir='$(PREFIX)/$(TARGET)/lib' \ --disable-shared \ --enable-cxx \ --without-readline |