Cocoa: Fix typo

Closes #897.
This commit is contained in:
Denis 2016-11-14 23:19:06 +01:00 committed by Camilla Berglund
parent 5b8051581e
commit cce430fbfa

View File

@ -22,7 +22,7 @@ if (WIN32)
elseif (APPLE)
set(ICON glfw.icns)
set_source_files_properties(glfw.icns PROPERTIES
MAXOSX_PACKAGE_LOCATION "Resources")
MACOSX_PACKAGE_LOCATION "Resources")
endif()
set(GLAD "${GLFW_SOURCE_DIR}/deps/glad/glad.h"