mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-08 18:45:23 -05:00
crtls: Use exported make
Without this, when building on platforms where 'make' is not GNU Make, building crtls will fail. The Makefiles used to build crtls depend on GNU Make and will not work on e.g. BSD Make.
This commit is contained in:
committed by
Dave Murphy
parent
78eb432d11
commit
d3d636cb54
@@ -12,4 +12,4 @@ cd $BUILDDIR
|
||||
|
||||
tar -xvf $SRCDIR/devkita64-rules-$DKA64_RULES_VER.tar.gz
|
||||
cd devkita64-rules-$DKA64_RULES_VER
|
||||
make install
|
||||
$MAKE install
|
||||
|
||||
Reference in New Issue
Block a user