File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ SET(CMAKE_SYSTEM_PROCESSOR mips)
2929SET (CMAKE_C_COMPILER mips64r5900el-ps2-elf-gcc)
3030SET (CMAKE_CXX_COMPILER mips64r5900el-ps2-elf-g++)
3131
32- SET (EE_CFLAGS "-I$ENV{PS2SDK} /ee/include -I$ENV{PS2SDK} /common/include -I$ENV{PS2SDK} /ports/include -D_EE -DPS2 -D__PS2__ -O2 -G0" CACHE STRING "EE C compiler flags" FORCE )
32+ SET (EE_CFLAGS "-I$ENV{PS2SDK} /ee/include -I$ENV{PS2SDK} /common/include -I$ENV{PS2DEV} /gsKit/include -I $ENV{ PS2SDK} /ports/include -D_EE -DPS2 -D__PS2__ -O2 -G0" CACHE STRING "EE C compiler flags" FORCE )
3333SET (EE_LDFLAGS "-L$ENV{PS2SDK} /ee/lib -L$ENV{PS2DEV} /gsKit/lib -L$ENV{PS2SDK} /ports/lib -Wl,-zmax-page-size=128 -T$ENV{PS2SDK} /ee/startup/linkfile" CACHE STRING "EE linker flags" FORCE )
3434
3535SET (CMAKE_TARGET_INSTALL_PREFIX $ENV{PS2DEV} /ports)
You can’t perform that action at this time.
0 commit comments