mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-31 05:17:34 +00:00
Drag in relocate unless NORELOCATE is defined, since it's now called
only via the initialisation function table.
This commit is contained in:
parent
f06e8c9707
commit
1937b39079
@ -208,3 +208,10 @@ REQUIRE_OBJECT ( btext );
|
||||
REQUIRE_OBJECT ( pc_kbd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in relocate.o if required
|
||||
*/
|
||||
|
||||
#ifndef NORELOCATE
|
||||
REQUIRE_OBJECT ( relocate );
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user