Skip to content

Commit

Permalink
Set RG350 env
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmojo committed Jul 8, 2020
1 parent e65bb1e commit 8727c8a
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ IF(WIN32)
message(STATUS "Using shared SDL Version 2 for Commander Genius")
include_directories(${SDL2_INCLUDE_DIR})
include_directories(${SDL2_NET_INCLUDE_DIRS})
include_directories(/usr/include/SDL2/)
include_directories(/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL2/)
endif(SDL2_FOUND)

else(WIN32)
Expand All @@ -60,7 +60,7 @@ else(WIN32)
message(STATUS "Using shared SDL Version 2 for Commander Genius")
include_directories(${SDL2_INCLUDE_DIR})
include_directories(${SDL2_NET_INCLUDE_DIRS})
include_directories(/usr/include/SDL2/)
include_directories(/opt/gcw0-toolchain/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/include/SDL2/)
endif(SDL2_FOUND)

else(USE_SDL2)
Expand Down
Loading

0 comments on commit 8727c8a

Please sign in to comment.