Commit e0d9b455ad40b366af38879cdc230ad3bf1faf8d

Authored by Bram Veldhoen
1 parent 8e932704

Fix makefile for 64-bit.

Showing 1 changed file with 2 additions and 2 deletions
CMakeLists.txt
... ... @@ -154,8 +154,8 @@ endif()
154 154  
155 155 set(CMAKE_INSTALL_PREFIX /usr/)
156 156  
157   -# Install the dynamic library to /usr/lib
158   -install(TARGETS redox DESTINATION lib)
  157 +# Install the dynamic library to /usr/lib64
  158 +install(TARGETS redox DESTINATION lib64)
159 159  
160 160 # Install the headers into /usr/include/redox
161 161 install(FILES ${INC_REDOX_CORE} DESTINATION include/redox)
... ...