Skip to content

Commit

Permalink
Fix include path order; update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh authored and anthonygelibert committed Mar 4, 2021
1 parent d5ab9cb commit bf8ddb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion QLColorCode.xcodeproj/project.pbxproj
Expand Up @@ -178,7 +178,7 @@
/* Begin PBXLegacyTarget section */
26BAC9AB257CE89900486D28 /* highlight */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "-j9 cli LUA_LIBS=../../lua/liblua.a 'CXX_COMPILE=clang++ -Wall -O2 -std=c++11 -D_FILE_OFFSET_BITS=64 -c -I /opt/local/include -I /usr/local/include -I ./include -I ../../lua'";
buildArgumentsString = "-j9 cli LUA_LIBS=../../lua/liblua.a 'CXX_COMPILE=clang++ -Wall -O2 -std=c++11 -D_FILE_OFFSET_BITS=64 -c -I ../../lua -I /opt/local/include -I /usr/local/include -I ./include'";
buildConfigurationList = 26BAC9AC257CE89900486D28 /* Build configuration list for PBXLegacyTarget "highlight" */;
buildPhases = (
);
Expand Down
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -15,10 +15,6 @@ Alternatively, if you use [Homebrew Cask](https://github.com/caskroom/homebrew-c

**To build the project, you must have Boost headers on your system in `/opt/local/include` or `/usr/local/include`.**

Note that the build may fail if you have a version of `liblua.a` in a library
path such as `/usr/local/lib`. In that case, temporarily uninstall Lua using
the appropriate package manager.

## Settings

If you want to configure `QLColorCode`, there are several `defaults` commands that could be useful:
Expand Down

0 comments on commit bf8ddb4

Please sign in to comment.