Skip to content

Commit

Permalink
cmake: Don't link against stub libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky committed Nov 21, 2019
1 parent 71e6352 commit a9be38d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ if(WUT)
string(REPLACE "-g" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")

#Link against needed libraries
set(SDL_LIBS "${SDL_LIBS} -lcoreinit -lgx2 -lwhb -lproc_ui -lsysapp -lgfd")
set(SDL_LIBS "${SDL_LIBS} -lvpad -lpadscore -lnsysnet -lsndcore2")
set(SDL_LIBS "${SDL_LIBS} ${WUT_STANDARD_LIBRARIES}")
endif()

# Emscripten toolchain has a nonempty default value for this, and the checks
Expand Down

0 comments on commit a9be38d

Please sign in to comment.