Skip to content

Commit

Permalink
- give the full path to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jul 24, 2015
1 parent c01559b commit cb8678a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.omdev.mingw
Expand Up @@ -9,9 +9,9 @@ all: omedit

CC = gcc
CXX = g++
CFLAGS =-g -falign-functions -fstack-protector-all
CFLAGS = -O2 -falign-functions -fstack-protector-all
AR = ar
CMAKE=cmake
CMAKE = $(OMDEV)/bin/cmake/bin/cmake
CMAKE_TARGET = "MSYS Makefiles"
SHREXT=.dll

Expand Down

0 comments on commit cb8678a

Please sign in to comment.