From 3243b6024b99c1c02ff5cef8e3cea6e07075c763 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Wed, 7 Jun 2023 09:29:38 -0700 Subject: [PATCH] Update init bg script to inclue AR --- init-dbg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-dbg.sh b/init-dbg.sh index ce23937..e779a94 100755 --- a/init-dbg.sh +++ b/init-dbg.sh @@ -1,2 +1,2 @@ #! /bin/bash -cmake -B builddbg/ -G Ninja -D CMAKE_CXX_COMPILER=x86_64-elf-gcc -D CMAKE_ASM-ATT_COMPILER=x86_64-elf-gcc -D CMAKE_BUILD_TYPE=Debug +cmake -B builddbg/ -G Ninja -D CMAKE_CXX_COMPILER=x86_64-elf-gcc -D CMAKE_ASM-ATT_COMPILER=x86_64-elf-gcc -D CMAKE_AR=`which x86_64-elf-ar` -D CMAKE_BUILD_TYPE=Debug