Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017 Samsung Electronics Co., Ltd.
# Copyright 2017-present Samsung Electronics Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,10 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# This file is used for compilation without any compiler flags or
# This file is used for compilation without any compiler flags or
# cross compilation options. Default make always checks for CPU
# and operating system and tries to find config_cpu_os.cmake.
#
# This file you can include using flags:
# $ TUV_PLATFORM=noarch-linux make

# $ TUV_PLATFORM=generic-linux make
2 changes: 1 addition & 1 deletion config/tizen/packaging/libtuv.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Asynchronous I/O for embedded system
# Initialize the variables
%{!?build_mode: %define build_mode release}
%{!?board: %define board None}
%{!?platform: %define platform noarch-tizen}
%{!?platform: %define platform generic-tizen}

%package devel
Summary: Header files for %{name}
Expand Down