Skip to content

Commit

Permalink
[nnyeah] Don't build nnyeah unless the iOS build is enabled. (#15752)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Aug 25, 2022
1 parent a09c1e9 commit 1228fda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/nnyeah/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
TOP=../..
include $(TOP)/Make.config

ifdef INCLUDE_IOS
all-local:: nnyeah/bin/Debug/net6.0/nnyeah.dll

install-local:: all-local
endif


IOS_DLL=$(TOP)/src/build/ios/native-64/Xamarin.iOS.dll
NUPKG_VERSION=$(shell grep '<PackageVersion>' nnyeah/nnyeah.csproj | sed 's_.*<PackageVersion>\(.*\)</PackageVersion>.*_\1_')
Expand Down

5 comments on commit 1228fda

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.