Skip to content

Commit 4c7fed2

Browse files
committed
some more fixes
1 parent a217eab commit 4c7fed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/compiler-llvm-trunk/process.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo "Configuring ..."
3030
mkdir $OBJ_DIR
3131
cd $OBJ_DIR
3232

33-
cmake ../trunk/llvm
33+
cmake ../trunk/llvm -DLLVM_TARGETS_TO_BUILD=${CK_LLVM_CMAKE_TARGETS} ${CK_LLVM_CMAKE_FLAGS}
3434
if [ "$?" != "0" ]; then
3535
echo "Error: failed configuring ..."
3636
read -p "Press any key to continue!"

0 commit comments

Comments
 (0)