BUILD configuration change

PiperOrigin-RevId: 441796698
This commit is contained in:
hai007
2022-04-14 10:32:16 -07:00
committed by Copybara-Service
parent 0ffd8ec9b6
commit 8d8876249d
+3 -3
View File
@@ -11,12 +11,12 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
load("//third_party/msvc:build_windows.bzl", "cc_windows_dll")
load("//third_party/lexan/build_defs:lexan.bzl", "lexan")
licenses(["notice"])
# Build with --config=lexan
cc_windows_dll(
lexan.cc_windows_dll(
name = "core_adapter",
srcs = [
"core_adapter.cc",
@@ -40,7 +40,7 @@ cc_windows_dll(
# Build with --config=lexan
# TODO(b/203019344) Move this configuration under dart folder and create a BUILD there.
cc_windows_dll(
lexan.cc_windows_dll(
name = "core_adapter_dart",
srcs = [
"core_adapter.cc",