mirror of
https://github.com/libretro/libretro-super
synced 2025-01-27 06:35:23 +00:00
Fixes assigning to wrong c++ compiler variable name
This commit is contained in:
parent
61827e6ae6
commit
ee240c2097
@ -17,7 +17,7 @@ if [ -z "$CC" ]; then
|
||||
fi
|
||||
|
||||
if [ -z "$CXX" ]; then
|
||||
CC=g++
|
||||
CXX=g++
|
||||
fi
|
||||
|
||||
build_libretro_bsnes()
|
||||
|
Loading…
x
Reference in New Issue
Block a user