Skip to content

Commit

Permalink
asdfjkl
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 23, 2024
1 parent a4e4e76 commit a5e0b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Development: config.h
echo "Using PATH for build: $(PATH)"
cd ColorPicker && xcodebuild $(CIFLAGS)
-[ ! -d ColorPicker/ColorPicker.framework ] && mv ColorPicker/build/Release/ColorPicker.framework ColorPicker/
xcodebuild -target Therm -configuration Development $(CIFLAGS)
# xcodebuild -parallelizeTargets -target Therm -configuration Development $(CIFLAGS)
# xcodebuild -target Therm -configuration Development $(CIFLAGS)
xcodebuild -parallelizeTargets -target Therm -configuration Development $(CIFLAGS)
chmod -R go+rX build/Development
mkdir -p build/Development/Therm.app/Contents/Frameworks/
cp -rf ColorPicker/ColorPicker.framework build/Development/Therm.app/Contents/Frameworks/
Expand Down

0 comments on commit a5e0b98

Please sign in to comment.