mirror of
https://github.com/stacksmashing/LPCClocklessAnalyzer.git
synced 2026-01-30 19:08:38 +03:00
updated the build_analyzer.py script on OSX, so that it now uses the AnalyzerSDK directory, and no longer assumes the AnalyzerSDK files are an extra directory above.
This commit is contained in:
@@ -38,8 +38,8 @@ cpp_files = glob.glob( "*.cpp" );
|
|||||||
os.chdir( ".." )
|
os.chdir( ".." )
|
||||||
|
|
||||||
#specify the search paths/dependencies/options for gcc
|
#specify the search paths/dependencies/options for gcc
|
||||||
include_paths = [ "../include" ]
|
include_paths = [ "./AnalyzerSDK/include" ]
|
||||||
link_paths = [ "../lib" ]
|
link_paths = [ "./AnalyzerSDK/lib" ]
|
||||||
link_dependencies = [ "-lAnalyzer" ] #refers to libAnalyzer.dylib or libAnalyzer.so
|
link_dependencies = [ "-lAnalyzer" ] #refers to libAnalyzer.dylib or libAnalyzer.so
|
||||||
|
|
||||||
debug_compile_flags = "-O0 -w -c -fpic -g"
|
debug_compile_flags = "-O0 -w -c -fpic -g"
|
||||||
|
|||||||
Reference in New Issue
Block a user