Skip to content

Commit

Permalink
using proper src ditectories
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jul 28, 2016
1 parent a934e32 commit d32c6bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.macos32x86/pharo.cog.spur/Makefile
Expand Up @@ -3,8 +3,8 @@
# Do make init to allow make -n to function.
#

VMSRCDIR:=../../src/vm
PLUGINSRCDIR:=../../src/plugins
VMSRCDIR:=../../spursrc/vm
PLUGINSRCDIR:=../../spursrc/plugins
VM:=Pharo
COGDEFS:=-DPharoVM=1
APPNAME:=Pharo
Expand All @@ -24,4 +24,4 @@ include ../third-party/libssh2/Makefile.lib
include ../third-party/libgit2/Makefile.lib
include ../third-party/pixman/Makefile.lib
include ../third-party/libpng/Makefile.lib
include ../third-party/cairo/Makefile.lib
include ../third-party/cairo/Makefile.lib

0 comments on commit d32c6bf

Please sign in to comment.