From 6e0623170fc51bccb7c8b0ba12e72e92e3e574fe Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 2 Aug 2023 13:12:53 -0700 Subject: [PATCH] Fix up Spec and Makefile --- Makefile | 8 ++++---- spec | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index dba6d91..e149914 100644 --- a/Makefile +++ b/Makefile @@ -16,16 +16,16 @@ ifneq (,$(shell which $(ARM_X_CC))) LINUX_X_ARM = libCwtch.x.so endif -linux: EXPERIMENTS ?= groupsExperiment serverExperiment +linux: EXPERIMENTS ?= "serverExperiment" linux: libCwtch.so $(LINUX_X_ARM) -macos: EXPERIMENTS ?= groupsExperiment serverExperiment +macos: EXPERIMENTS ?= "serverExperiment" macos: libCwtch.x64.dylib libCwtch.arm64.dylib -android: EXPERIMENTS ?= groupsExperiment +android: EXPERIMENTS ?= "" android: cwtch.aar -windows: EXPERIMENTS ?= groupsExperiment serverExperiment +windows: EXPERIMENTS ?= "serverExperiment" windows: libCwtch.dll diff --git a/spec b/spec index 4c4b4be..784a1cd 100644 --- a/spec +++ b/spec @@ -37,7 +37,6 @@ profile StartGroup string:name string:server ## Server List Management... import "cwtch.im/cwtch/functionality/servers" -!groupsExperiment global groupsExperimentServers *servers.Functionality servers @profile-experiment GetServerInfoList servers @profile-experiment GetServerInfo servers string:serverOnion -- 2.25.1