mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Copy all libraries to let platform decide which to use
This commit is contained in:
parent
3b92af71a7
commit
aaa177836c
@ -52,9 +52,11 @@ include $(ROOT)/gen/make.shared.variables
|
||||
|
||||
librxspencer : $(LIB)/librxspencer.a
|
||||
|
||||
LIBS_TO_COPY = librxspencer.*
|
||||
|
||||
$(LIB)/librxspencer.a:
|
||||
$(MAKE) -C $(ROOT)/extern/regex
|
||||
(cd $(ROOT)/extern/regex/.libs/; tar cf - librxspencer.$(SHRLIB_FOREIGN_EXT)*) | (cd $(LIB); tar xf -)
|
||||
(cd $(ROOT)/extern/regex/.libs/; tar cf - $(LIBS_TO_COPY) ) | (cd $(LIB); tar xf -)
|
||||
# cp $(ROOT)/extern/regex/.libs/librxspencer.a $(LIB)/librxspencer.a
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user