You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd vde-2 && autoreconf -fis && CFLAGS="" LDFLAGS=""./configure --prefix=$(VDEPREFIX)&& make && make install
46
+
cd vde-2 && autoreconf -fis && CFLAGS="$(VDE2_CFLAGS)"./configure --prefix=$(VDEPREFIX)$(HOST)&& make && make install
33
47
34
48
install.launchd.plist: launchd/*.plist
35
49
sed -e "s@/opt/vde@$(PREFIX)@g" launchd/io.github.virtualsquare.vde-2.vde_switch.plist >"$(DESTDIR)/Library/LaunchDaemons/io.github.virtualsquare.vde-2.vde_switch.plist"
0 commit comments