switched the order of build (frozen and intern are now intern and frozen)
that way the lib gets installed before the dir didn't exist so it died. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -32,6 +32,6 @@
|
|||||||
# Bounces make to subdirectories.
|
# Bounces make to subdirectories.
|
||||||
|
|
||||||
SOURCEDIR = source/blender/bpython
|
SOURCEDIR = source/blender/bpython
|
||||||
DIRS = frozen intern
|
DIRS = intern frozen
|
||||||
|
|
||||||
include nan_subdirs.mk
|
include nan_subdirs.mk
|
||||||
|
Reference in New Issue
Block a user