From 046b3749d4fc40509f39c465e25b3ace5397c4f9 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 11 Feb 2018 00:22:51 -0500
Subject: [PATCH] MAde clone of native project recursive.

---
 bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index 786a209..433fff3 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -79,5 +79,5 @@ sudo ln -s /opt/AMDAPPSDK-3.0/lib/x86/libOpenCL.so.1 /usr/lib/libOpenCL.so
 git clone https://github.com/Syncleus/aparapi.git
 git clone https://github.com/Syncleus/aparapi-examples.git
 git clone https://github.com/Syncleus/aparapi-jni.git
-git clone https://github.com/Syncleus/aparapi-native.git
+git clone --recursive https://github.com/Syncleus/aparapi-native.git
 sudo chown -R ubuntu:ubuntu aparapi*
-- 
GitLab