Update init bg script to inclue AR

This commit is contained in:
Drew Galbraith 2023-06-07 09:29:38 -07:00
parent a5c4d40575
commit 3243b6024b
1 changed files with 1 additions and 1 deletions

View File

@ -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