mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Updated regex build system and tests to match the new Boost.Install code.
[SVN r20604]
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#
|
||||
# g++ 2.95 and greater
|
||||
#
|
||||
CXX= g++ $(INCLUDES) -I../../../../ -I./ $(CXXFLAGS) -L../../build/gcc $(LDFLAGS)
|
||||
CXX= g++ $(INCLUDES) -L../../../../stage/lib -I../../../../ -I./ $(CXXFLAGS) -L../../build/gcc $(LDFLAGS)
|
||||
#
|
||||
# sources to compile for each test:
|
||||
#
|
||||
@ -60,5 +60,6 @@ debug : $(SOURCES)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user