mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-02 05:02:33 -04:00
Fix type in .pri breaking non-cross-compiling
This commit is contained in:
parent
47df24b822
commit
8f17270a2a
2 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,7 @@ rs_jsonapi {
|
|||
RS_SRC_PATH=$$clean_path($${PWD}/../../)
|
||||
RS_BUILD_PATH=$$clean_path($${OUT_PWD}/../../)
|
||||
|
||||
no_cross_compiling {
|
||||
no_rs_cross_compiling {
|
||||
RESTBED_SRC_PATH=$$clean_path($${RS_SRC_PATH}/supportlibs/restbed)
|
||||
RESTBED_BUILD_PATH=$$clean_path($${RS_BUILD_PATH}/supportlibs/restbed)
|
||||
INCLUDEPATH *= $$clean_path($${RESTBED_BUILD_PATH}/include/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue