Commit 0d23c1c8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix cmake for OSX

parent 8dd09b21
......@@ -272,7 +272,7 @@ endif
ifdef HAVE_MACOSX
echo "set(CMAKE_SYSTEM_NAME Darwin)" >> $@
echo "set(CMAKE_C_FLAGS $(CFLAGS))" >> $@
echo "set(CMAKE_CXX_FLAGS $(CFLAGS)" >> $@
echo "set(CMAKE_CXX_FLAGS $(CFLAGS))" >> $@
echo "set(CMAKE_LD_FLAGS $(LDFLAGS))" >> $@
endif
echo "set(CMAKE_C_COMPILER $(CC))" >> $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment