changeset 4068:b74ded5caa31

lt-fat: enable cross build * src/lt-fat.mk: use OCTAVE_FORGE_PKG_BUILD
author John D
date Sun, 27 Dec 2015 17:45:40 -0500
parents bdcddfdc57d0
children 114be8cd075c
files src/of-ltfat.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-ltfat.mk	Sat Dec 26 22:00:59 2015 -0500
+++ b/src/of-ltfat.mk	Sun Dec 27 17:45:40 2015 -0500
@@ -18,5 +18,5 @@
 endef
 
 define $(PKG)_BUILD
-    $(OCTAVE_FORGE_PKG_BUILD_NOCOMPILE)
+    $(OCTAVE_FORGE_PKG_BUILD)
 endef