mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-31 01:20:42 +08:00
committed by
Wenzel Jakob
parent
ddbe45cd3a
commit
faab196203
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2005-2019 Intel Corporation
|
||||
# Copyright (c) 2005-2020 Intel Corporation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -23,9 +23,6 @@ ifneq (,$(shell which icc 2>/dev/null))
|
||||
CXX=icpc
|
||||
endif
|
||||
|
||||
# autodetect C++11 support
|
||||
include ../../common/examples-common.inc
|
||||
|
||||
ifeq ($(shell uname), Linux)
|
||||
ifeq ($(target), android)
|
||||
LIBS+= --sysroot=$(SYSROOT)
|
||||
@@ -37,6 +34,8 @@ else ifeq ($(shell uname), Darwin)
|
||||
override CXXFLAGS += -Wl,-rpath,$(TBBROOT)/lib
|
||||
endif
|
||||
|
||||
include ../../common/examples-common.inc
|
||||
|
||||
all: release test
|
||||
|
||||
release: *.cpp
|
||||
|
||||
Reference in New Issue
Block a user