needed to quote the <Multiple values>
This commit is contained in:
parent
e728b29170
commit
c1b22e83e5
|
|
@ -265,7 +265,7 @@ Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linke
|
|||
|
||||

|
||||
|
||||
In the "Search Paths" section, locate "Header Search Paths" (and not "User Header Search Paths") and add two settings: `”$(TARGET_BUILD_DIR)/usr/local/lib/include”` and `”$(OBJROOT)/UninstalledProducts/include”`. Double click on the <Multiple values> to pop out the box and click on the "+" icon to add each of them. Make sure to include the quotes here:
|
||||
In the "Search Paths" section, locate "Header Search Paths" (and not "User Header Search Paths") and add two settings: `”$(TARGET_BUILD_DIR)/usr/local/lib/include”` and `”$(OBJROOT)/UninstalledProducts/include”`. Double click on the `<Multiple values>` to pop out the box and click on the "+" icon to add each of them. Make sure to include the quotes here:
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue