mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
issue with BUILD_TARGET
This commit is contained in:
parent
82dbc95f8e
commit
49fce97b4c
@ -53,6 +53,7 @@
|
||||
#define real_lib_target_libs
|
||||
#define deferred_objs
|
||||
#forscopes lib_target
|
||||
#if $[build_target]
|
||||
#if $[eq $[module $[TARGET],$[TARGET]],]
|
||||
// This library is not on a metalib, so we can build it.
|
||||
#set real_lib_targets $[real_lib_targets] $[TARGET]
|
||||
@ -63,6 +64,7 @@
|
||||
#set deferred_objs $[deferred_objs] \
|
||||
$[patsubst %,$[%_obj],$[compile_sources]]
|
||||
#endif
|
||||
#endif
|
||||
#end lib_target
|
||||
|
||||
// We need to know the various targets we'll be building.
|
||||
|
@ -55,7 +55,7 @@
|
||||
#forscopes lib_target
|
||||
#if $[eq $[module $[TARGET],$[TARGET]],]
|
||||
// This library is not on a metalib, so we can build it.
|
||||
#set real_lib_targets $[real_lib_targets] $[TARGET]
|
||||
#set real_lib_targets $[real_lib_targets] $[active_target]
|
||||
#else
|
||||
// This library is on a metalib, so we can't build it, but we
|
||||
// should build all the obj's that go into it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user