Skip to content

Commit

Permalink
Correct mistakenly committed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Apr 9, 2024
1 parent 1c5c7fc commit adaa4c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/harbour-sailfishconnect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ else
source "$VENV/bin/activate"
fi
echo "cython<3" > /tmp/pip-constraint.txt
#PIP_CONSTRAINT=/tmp/pip-constraint.txt pip install conan===1.60.1
PIP_CONSTRAINT=/tmp/pip-constraint.txt pip install conan===1.60.1

# speed up conan remote add
if ! grep -sq sailfishos "$CONAN_USER_HOME/.conan/remotes.json" ; then
Expand All @@ -92,8 +92,8 @@ fi
mkdir -p "$BUILD_DIR"

cd "$BUILD_DIR"
#conan install "$SOURCE_DIR" --build=missing --profile:build="$SOURCE_DIR/dev/profiles/%{_target_cpu}" --profile:host="$SOURCE_DIR/dev/profiles/%{_target_cpu}"
#conan remove -f "*" --builds --src --system-reqs
conan install "$SOURCE_DIR" --build=missing --profile:build="$SOURCE_DIR/dev/profiles/%{_target_cpu}" --profile:host="$SOURCE_DIR/dev/profiles/%{_target_cpu}"
conan remove -f "*" --builds --src --system-reqs

cmake \
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
Expand Down

0 comments on commit adaa4c9

Please sign in to comment.