Browse Source

Oh yeah, coding while drunk.

F'ed up in c2a5919b5a.
pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
7f51765c36
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -72,7 +72,7 @@ if(CORRADE_TARGET_NACL OR CORRADE_TARGET_EMSCRIPTEN)
# Newlib toolchain supports only static linking # Newlib toolchain supports only static linking
if(CORRADE_TARGET_NACL_NEWLIB) if(CORRADE_TARGET_NACL_NEWLIB)
set(BUILD_STATIC OFF) set(BUILD_STATIC ON)
endif() endif()
endif() endif()

Loading…
Cancel
Save