mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-25 03:44:15 -05:00
add $(AS) to exports
This commit is contained in:
@@ -10,6 +10,7 @@ PREFIX := powerpc-gekko-
|
||||
|
||||
export CC := $(PREFIX)gcc
|
||||
export CXX := $(PREFIX)g++
|
||||
export AS := $(PREFIX)as
|
||||
export AR := $(PREFIX)ar
|
||||
export OBJCOPY := $(PREFIX)objcopy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user