mirror of
https://github.com/textmate/textmate.git
synced 2026-01-12 00:08:28 -05:00
Link directly with static versions of boost libraries
This is currently using absolute paths since it’s a quick fix.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
SOURCES = src/*.cc
|
||||
EXPORT = src/*.h
|
||||
LN_FLAGS += /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_system-mt.a
|
||||
|
||||
2
target
2
target
@@ -28,7 +28,7 @@ LN_FLAGS += -rpath @executable_path/../Frameworks
|
||||
CXX_FLAGS += -I"$capnp_prefix/include"
|
||||
LN_FLAGS += -L"$capnp_prefix/lib"
|
||||
|
||||
LN_FLAGS += -lboost_thread-mt
|
||||
LN_FLAGS += /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_system-mt.a
|
||||
|
||||
PRELUDE = Shared/PCH/prelude.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user