diff options
Diffstat (limited to 'src/lcms.mk')
-rw-r--r-- | src/lcms.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcms.mk b/src/lcms.mk index 7503c11..0077106 100644 --- a/src/lcms.mk +++ b/src/lcms.mk @@ -22,7 +22,7 @@ define $(PKG)_BUILD cd '$(1)' && ./configure \ --prefix='$(PREFIX)/$(TARGET)' \ --host='$(TARGET)' \ - --build='$(BUILD)' \ + --build="`config.guess`" \ --disable-shared \ --with-jpeg \ --with-tiff \ |